aboutsummaryrefslogtreecommitdiff
blob: 5e5cf86458d556667fa9165f8315c2618feda465 (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="http://download.kde.org/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}"