diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-14 14:39:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-14 17:06:15 +0200 |
commit | 17961ffa4f36a2f0d28ecdf78420bfde1ecc4149 (patch) | |
tree | ab597d800eecaf6b2d6c32e46400deb70dbeb2a7 /x11-misc | |
parent | media-sound/qmmp: Drop old (diff) | |
download | gentoo-17961ffa4f36a2f0d28ecdf78420bfde1ecc4149.tar.gz gentoo-17961ffa4f36a2f0d28ecdf78420bfde1ecc4149.tar.bz2 gentoo-17961ffa4f36a2f0d28ecdf78420bfde1ecc4149.zip |
x11-misc/fraqtive: Drop USE=qt5
Gentoo-bug: 631884
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.8.ebuild | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild index 5c0a787ab56a..a97d45c95d52 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild @@ -5,25 +5,18 @@ EAPI=5 inherit eutils gnome2-utils qmake-utils toolchain-funcs DESCRIPTION="an open source, multi-platform generator of the Mandelbrot family fractals" -HOMEPAGE="http://fraqtive.mimec.org/" +HOMEPAGE="https://fraqtive.mimec.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="qt5 cpu_flags_x86_sse2" +IUSE="cpu_flags_x86_sse2" RDEPEND=" - !qt5? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - ) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 virtual/glu " DEPEND=" @@ -49,11 +42,7 @@ src_configure() { # Don't strip wrt #252096 echo "QMAKE_STRIP =" >> "${S}"/config.pri - if use qt5; then - eqmake5 - else - eqmake4 - fi + eqmake5 } src_install() { |