diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-02-12 03:11:07 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-02-12 03:11:07 +0000 |
commit | 53f9e55babe35ff95876ef8ab4d589401353a4de (patch) | |
tree | 087885cb9945ac4ee4282a9b0f0c951cff5a528a | |
parent | Fix the mpich2 pkgconfig file, #257921. Mark patchses to be sent upstream. (diff) | |
download | gentoo-2-53f9e55babe35ff95876ef8ab4d589401353a4de.tar.gz gentoo-2-53f9e55babe35ff95876ef8ab4d589401353a4de.tar.bz2 gentoo-2-53f9e55babe35ff95876ef8ab4d589401353a4de.zip |
amd64 stable, bug 242270
(Portage version: 2.2_rc23/cvs/Linux x86_64)
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index 4e4e93106aed..12749b520112 100644 --- a/sys-auth/consolekit/ChangeLog +++ b/sys-auth/consolekit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.36 2009/02/09 17:55:36 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.37 2009/02/12 03:11:07 darkside Exp $ + + 12 Feb 2009; Jeremy Olexa <darkside@gentoo.org> consolekit-0.2.10.ebuild: + amd64 stable, bug 242270 09 Feb 2009; Tobias Klausmann <klausman@gentoo.org> consolekit-0.2.10.ebuild: diff --git a/sys-auth/consolekit/consolekit-0.2.10.ebuild b/sys-auth/consolekit/consolekit-0.2.10.ebuild index bae1667f679c..ede57461eabb 100644 --- a/sys-auth/consolekit/consolekit-0.2.10.ebuild +++ b/sys-auth/consolekit/consolekit-0.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.3 2009/02/09 17:55:36 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.4 2009/02/12 03:11:07 darkside Exp $ inherit eutils autotools multilib pam @@ -13,7 +13,7 @@ SRC_URI="http://people.freedesktop.org/~mccann/dist/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~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 |