diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-03-25 09:45:35 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-03-25 09:45:35 +0000 |
commit | f18f7e96553a9878eba993f8a187bd0221b65af5 (patch) | |
tree | 84dcf87f398806e723cceaa7da0acda79c369c27 /sys-auth | |
parent | Stable on ppc wrt bug #171662. (diff) | |
download | gentoo-2-f18f7e96553a9878eba993f8a187bd0221b65af5.tar.gz gentoo-2-f18f7e96553a9878eba993f8a187bd0221b65af5.tar.bz2 gentoo-2-f18f7e96553a9878eba993f8a187bd0221b65af5.zip |
Added ~ppc64; bug #172097
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index 9867f3424b83..3ea860314227 100644 --- a/sys-auth/consolekit/ChangeLog +++ b/sys-auth/consolekit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.2 2007/03/24 20:50:34 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.3 2007/03/25 09:45:35 corsair Exp $ + + 25 Mar 2007; Markus Rothe <corsair@gentoo.org> consolekit-0.2.0.ebuild: + Added ~ppc64; bug #172097 24 Mar 2007; Steev Klimaszewski <steev@gentoo.org> consolekit-0.2.0.ebuild: diff --git a/sys-auth/consolekit/consolekit-0.2.0.ebuild b/sys-auth/consolekit/consolekit-0.2.0.ebuild index 0ef792103017..4da6bd725225 100644 --- a/sys-auth/consolekit/consolekit-0.2.0.ebuild +++ b/sys-auth/consolekit/consolekit-0.2.0.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.0.ebuild,v 1.2 2007/03/24 20:50:34 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.0.ebuild,v 1.3 2007/03/25 09:45:35 corsair Exp $ inherit eutils autotools @@ -11,7 +11,7 @@ HOMEPAGE="http://if.only.it.had.one" SRC_URI="http://people.freedesktop.org/~mccann/dist/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug pam" # Not parallel make safe |