diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-19 21:05:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-30 23:12:40 +0100 |
commit | 4647d7f3e3788740b97d0a83a7e900f79814610a (patch) | |
tree | f281499448e500b5f09e59f0ca382ce1fbda4368 | |
parent | media-libs/qimageblitz: Drop old (diff) | |
download | gentoo-4647d7f3e3788740b97d0a83a7e900f79814610a.tar.gz gentoo-4647d7f3e3788740b97d0a83a7e900f79814610a.tar.bz2 gentoo-4647d7f3e3788740b97d0a83a7e900f79814610a.zip |
media-libs/qimageblitz: Drop USE=qt5
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r-- | media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild index 77f2455adfc0..90763d078ddc 100644 --- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild +++ b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild @@ -12,18 +12,12 @@ SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" LICENSE="GPL-2 LGPL-2" KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" SLOT="0" -IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug qt5" +IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug" DEPEND=" - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - ) - !qt5? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 " RDEPEND="${DEPEND}" @@ -31,7 +25,7 @@ PATCHES=( "${FILESDIR}/${P}-gcc.patch" ) src_configure() { local mycmakeargs=( - -DQT4_BUILD=$(usex !qt5) + -DQT4_BUILD=OFF -DHAVE_3DNOW=$(usex cpu_flags_x86_3dnow) -DHAVE_MMX=$(usex cpu_flags_x86_mmx) -DHAVE_SSE=$(usex cpu_flags_x86_sse) |