diff options
Diffstat (limited to 'x11-misc/lightdm/lightdm-1.12.3.ebuild')
-rw-r--r-- | x11-misc/lightdm/lightdm-1.12.3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/lightdm/lightdm-1.12.3.ebuild b/x11-misc/lightdm/lightdm-1.12.3.ebuild deleted file mode 100644 index 9eeeb7de..00000000 --- a/x11-misc/lightdm/lightdm-1.12.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="LightDM meta package" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="+gtk +introspection kde qt4" -REQUIRED_USE="|| ( gtk kde )" - -COMMON_DEPEND="~x11-misc/lightdm-base-${PV}[introspection=] - qt4? ( ~x11-misc/lightdm-qt4-${PV} )" -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND} - gtk? ( x11-misc/lightdm-gtk-greeter ) - kde? ( x11-misc/lightdm-kde )" |