summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-18 14:01:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-18 14:01:31 +0100
commit917b01f1fb584aec2b682c458f9f439a47614bbb (patch)
treeb275e04737e97cecc0590b653f923bfb5a71fdf5 /dev-qt
parentdev-qt: Add Qt 5.14.0 (diff)
downloadgentoo-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')
-rw-r--r--dev-qt/qtcore/qtcore-5.14.0.ebuild5
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
}