aboutsummaryrefslogtreecommitdiff
blob: b7fc4028082720517319ceaf5a2987a78b800de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

KDE_MINIMAL="4.8"
inherit kde4-base

DESCRIPTION="LightDM KDE greeter"
HOMEPAGE="http://kde.org/"
SRC_URI="mirror://kde/unstable/${PN}/src/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"

DEPEND="x11-misc/lightdm[qt4]"
RDEPEND="${DEPEND}"