dev-libs/qcustomplot: remove qt4 support
authorMichael Palimaka <kensington@gentoo.org>
Sat, 23 Sep 2017 02:26:48 +0000 (12:26 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 23 Sep 2017 02:27:30 +0000 (12:27 +1000)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild

index a1a3b666af10f85ab9ad432cc196098f1c341292..ffbacff9a8b45cbad21b36b4d02ac254a3b0081b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,19 +14,13 @@ SRC_URI="
 SLOT="0"
 LICENSE="GPL-3"
 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="qt5"
+IUSE=""
 
 RDEPEND="
-       !qt5? (
-               dev-qt/qtcore:4
-               dev-qt/qtgui:4
-       )
-       qt5? (
-               dev-qt/qtcore:5
-               dev-qt/qtgui:5
-               dev-qt/qtprintsupport:5
-               dev-qt/qtwidgets:5
-       )
+       dev-qt/qtcore:5
+       dev-qt/qtgui:5
+       dev-qt/qtprintsupport:5
+       dev-qt/qtwidgets:5
 "
 DEPEND="${RDEPEND}"
 
@@ -42,7 +36,7 @@ src_prepare() {
 }
 
 src_configure() {
-       use qt5 && eqmake5 || eqmake4
+       eqmake5
 }
 
 src_install() {