diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-29 02:50:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-29 02:50:32 +0000 |
commit | caf1df53a211c2b42db100090ac3392b609ec367 (patch) | |
tree | 9c334734ec3399c5e12e56e9f99d96190e57c3e7 /sys-auth | |
parent | arm/s390/sh love (diff) | |
download | gentoo-2-caf1df53a211c2b42db100090ac3392b609ec367.tar.gz gentoo-2-caf1df53a211c2b42db100090ac3392b609ec367.tar.bz2 gentoo-2-caf1df53a211c2b42db100090ac3392b609ec367.zip |
s390 stable
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-auth/consolekit/consolekit-0.2.3.ebuild b/sys-auth/consolekit/consolekit-0.2.3.ebuild index cbe29e33052a..9c4c6d019536 100644 --- a/sys-auth/consolekit/consolekit-0.2.3.ebuild +++ b/sys-auth/consolekit/consolekit-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.12 2007/12/11 11:08:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.13 2008/03/29 02:50:32 vapier Exp $ inherit eutils autotools multilib pam @@ -10,9 +10,10 @@ MY_PV="${PV//_pre*/}" DESCRIPTION="Framework for defining and tracking users, login sessions and seats." HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" SRC_URI="http://people.freedesktop.org/~mccann/dist/${MY_PN}-${PV}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="debug pam" # Not parallel make safe |