diff options
author | Mamut Ghiunhan <V3n3RiX@users.noreply.github.com> | 2015-06-13 06:50:04 +0100 |
---|---|---|
committer | Mamut Ghiunhan <V3n3RiX@users.noreply.github.com> | 2015-06-13 06:50:04 +0100 |
commit | 1421f75c713b68b01dbde4c910b1d579437f6ce7 (patch) | |
tree | 480c1644f625b9b2516a3c2a09e096e0c0fb6d27 /sys-auth/polkit-qt5 | |
parent | d9035f30584b027bfddb2d96ff6fd9052f79c7c1 (diff) | |
parent | 983a573d793802a1fa7fe735147fa86a751de481 (diff) |
Merge pull request #46 from V3n3RiX/master
add fake useflags to mimic gentoo ebuild
Diffstat (limited to 'sys-auth/polkit-qt5')
-rw-r--r-- | sys-auth/polkit-qt5/polkit-qt5-0.112.0-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-auth/polkit-qt5/polkit-qt5-0.112.0-r1.ebuild b/sys-auth/polkit-qt5/polkit-qt5-0.112.0-r1.ebuild index eb53719d..c1b48e4d 100644 --- a/sys-auth/polkit-qt5/polkit-qt5-0.112.0-r1.ebuild +++ b/sys-auth/polkit-qt5/polkit-qt5-0.112.0-r1.ebuild @@ -14,10 +14,8 @@ SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd" -IUSE="+qt5" - -REQUIRED_USE="|| ( qt5 )" +KEYWORDS="amd64 x86" +IUSE="+qt5 examples" RDEPEND=" dev-libs/glib:2 |