summaryrefslogtreecommitdiff
path: root/x11-misc/lightdm/lightdm-1.18.3.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-05 11:33:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-05 11:33:21 +0200
commit911ef44005f0425718fe9ac646ea4cd1b95f8b1a (patch)
tree1a4345b7ed7831e5c8eb3963e256d3d0ff58abd4 /x11-misc/lightdm/lightdm-1.18.3.ebuild
parent42d5c5f61478ce6eb60d46b9977faa0fcf9ff93b (diff)
downloadgentoo-911ef44005f0425718fe9ac646ea4cd1b95f8b1a.tar.gz
gentoo-911ef44005f0425718fe9ac646ea4cd1b95f8b1a.tar.xz
x11-misc/lightdm: Drop USE=kde and lightdm-kde-greeter PDEPEND
Gentoo-bug: 620796 Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'x11-misc/lightdm/lightdm-1.18.3.ebuild')
-rw-r--r--x11-misc/lightdm/lightdm-1.18.3.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-misc/lightdm/lightdm-1.18.3.ebuild b/x11-misc/lightdm/lightdm-1.18.3.ebuild
index f0ddd8d3095..549dc488a54 100644
--- a/x11-misc/lightdm/lightdm-1.18.3.ebuild
+++ b/x11-misc/lightdm/lightdm-1.18.3.ebuild
@@ -13,8 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
-IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
-REQUIRED_USE="|| ( gtk kde )"
+IUSE="audit +introspection qt4 qt5 +gnome"
COMMON_DEPEND="audit? ( sys-process/audit )
>=dev-libs/glib-2.32.3:2
@@ -42,8 +41,7 @@ DEPEND="${COMMON_DEPEND}
gnome? ( gnome-base/gnome-common )
sys-devel/gettext
virtual/pkgconfig"
-PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )
- kde? ( x11-misc/lightdm-kde )"
+PDEPEND="x11-misc/lightdm-gtk-greeter"
DOCS=( NEWS )
RESTRICT="test"