Skip to content

Commit

Permalink
dev-qt/qtcore: Drop non-tree-worthy change
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 18, 2019
1 parent 14f3366 commit 917b01f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev-qt/qtcore/qtcore-5.14.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
fi

IUSE="icu systemd zstd"
IUSE="icu systemd"

DEPEND="
dev-libs/double-conversion:=
Expand All @@ -21,7 +21,6 @@ DEPEND="
icu? ( dev-libs/icu:= )
!icu? ( virtual/libiconv )
systemd? ( sys-apps/systemd:= )
zstd? ( app-arch/zstd:= )
"
RDEPEND="${DEPEND}
!<dev-qt/qtcore-4.8.7-r4:4
Expand Down Expand Up @@ -50,8 +49,6 @@ src_prepare() {
# fix missing qt_version_tag symbol w/ LTO, bug 674382
sed -i -e 's/^gcc:ltcg/gcc/' src/corelib/global/global.pri || die

qt_use_disable_config zstd zstd src/corelib/io/io.pri src/tools/rcc/rcc.pro

qt5-build_src_prepare
}

Expand Down

0 comments on commit 917b01f

Please sign in to comment.