summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 20:35:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 20:35:35 +0100
commit17c22822b76d61e4958bc379722fd0f29ddd8575 (patch)
treed9fcba3463d17a654a870f677f505ba3fdb325ec /media-libs/oyranos/oyranos-0.9.6-r1.ebuild
parentnet-libs/libnatpmp: Fix for Gentoo Prefix (diff)
downloadgentoo-17c22822b76d61e4958bc379722fd0f29ddd8575.tar.gz
gentoo-17c22822b76d61e4958bc379722fd0f29ddd8575.tar.bz2
gentoo-17c22822b76d61e4958bc379722fd0f29ddd8575.zip
media-libs/oyranos: Drop USE qt5, broken by Qt 5.14
Closes: https://bugs.gentoo.org/703528 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/oyranos/oyranos-0.9.6-r1.ebuild')
-rw-r--r--media-libs/oyranos/oyranos-0.9.6-r1.ebuild16
1 files changed, 4 insertions, 12 deletions
diff --git a/media-libs/oyranos/oyranos-0.9.6-r1.ebuild b/media-libs/oyranos/oyranos-0.9.6-r1.ebuild
index 4eee55d10f7d..26ac4c259163 100644
--- a/media-libs/oyranos/oyranos-0.9.6-r1.ebuild
+++ b/media-libs/oyranos/oyranos-0.9.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,9 +19,9 @@ HOMEPAGE="https://www.oyranos.org/"
LICENSE="BSD"
SLOT="0"
-IUSE="cairo cups doc examples exif fltk jpeg qt5 raw scanner static-libs test tiff X"
+IUSE="cairo cups doc examples exif fltk jpeg raw scanner static-libs test tiff X"
-REQUIRED_USE="qt5? ( X ) test? ( static-libs )"
+REQUIRED_USE="test? ( static-libs )"
COMMON_DEPEND="
app-admin/elektra
@@ -36,14 +36,6 @@ COMMON_DEPEND="
exif? ( media-gfx/exiv2:= )
fltk? ( x11-libs/fltk:1 )
jpeg? ( virtual/jpeg:0 )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- dev-qt/qtxml:5
- )
raw? ( media-libs/libraw )
scanner? ( media-gfx/sane-backends )
tiff? ( media-libs/tiff:0 )
@@ -96,7 +88,7 @@ src_configure() {
-DCMAKE_DISABLE_FIND_PACKAGE_Exif2=$(usex !exif)
-DCMAKE_DISABLE_FIND_PACKAGE_FLTK=$(usex !fltk)
-DCMAKE_DISABLE_FIND_PACKAGE_JPEG=$(usex !jpeg)
- -DCMAKE_DISABLE_FIND_PACKAGE_Qt5=$(usex !qt5)
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5=ON
-DCMAKE_DISABLE_FIND_PACKAGE_LibRaw=$(usex !raw)
-DCMAKE_DISABLE_FIND_PACKAGE_Sane=$(usex !scanner)
-DENABLE_STATIC_LIBS=$(usex static-libs)