diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-25 22:45:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-26 12:36:55 +0100 |
commit | 3fdec5c3e5584862fd5f6528a3375bcc4c4a33b0 (patch) | |
tree | 1d11ddc8a689e57f26d916d4f5bf2cf4217033a3 /x11-libs/qwtpolar | |
parent | x11-themes/light-themes: Remove old (diff) | |
download | gentoo-3fdec5c3e5584862fd5f6528a3375bcc4c4a33b0.tar.gz gentoo-3fdec5c3e5584862fd5f6528a3375bcc4c4a33b0.tar.bz2 gentoo-3fdec5c3e5584862fd5f6528a3375bcc4c4a33b0.zip |
x11-libs/qwtpolar: Switch on qt4 by default for REQUIRED_USE
Currently there are no rdeps using qt5.
Package-Manager: portage-2.3.3
Diffstat (limited to 'x11-libs/qwtpolar')
-rw-r--r-- | x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild index 3bc88571a0e3..4318148d8fe2 100644 --- a/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild +++ b/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="qwt" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="qt4 qt5" +IUSE="+qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )" |