diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 14:01:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 14:01:31 +0100 |
commit | 917b01f1fb584aec2b682c458f9f439a47614bbb (patch) | |
tree | b275e04737e97cecc0590b653f923bfb5a71fdf5 /dev-qt/qtcore | |
parent | dev-qt: Add Qt 5.14.0 (diff) | |
download | gentoo-917b01f1fb584aec2b682c458f9f439a47614bbb.tar.gz gentoo-917b01f1fb584aec2b682c458f9f439a47614bbb.tar.bz2 gentoo-917b01f1fb584aec2b682c458f9f439a47614bbb.zip |
dev-qt/qtcore: Drop non-tree-worthy change
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtcore')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.14.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-qt/qtcore/qtcore-5.14.0.ebuild b/dev-qt/qtcore/qtcore-5.14.0.ebuild index 9a69f9e6afe5..e6a7a12469ca 100644 --- a/dev-qt/qtcore/qtcore-5.14.0.ebuild +++ b/dev-qt/qtcore/qtcore-5.14.0.ebuild @@ -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:= @@ -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 @@ -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 } |