diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-06 17:59:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-06 17:59:03 +0000 |
commit | 733bd54b4a3e718a87e13b9e1bc6ee2b2de3b403 (patch) | |
tree | b510fb94579506d2fa6fa7ff2a1f1b61aa0b81fd /sys-auth | |
parent | Marked ~hppa (bug #296548). (diff) | |
download | gentoo-2-733bd54b4a3e718a87e13b9e1bc6ee2b2de3b403.tar.gz gentoo-2-733bd54b4a3e718a87e13b9e1bc6ee2b2de3b403.tar.bz2 gentoo-2-733bd54b4a3e718a87e13b9e1bc6ee2b2de3b403.zip |
Marked ~hppa (bug #296548).
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.95.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index e2796d6cf5ab..9e563792b13d 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.4 2009/12/11 17:25:46 nirbheek Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.5 2010/01/06 17:59:03 jer Exp $ + + 06 Jan 2010; Jeroen Roovers <jer@gentoo.org> polkit-0.95.ebuild: + Marked ~hppa (bug #296548). 11 Dec 2009; Nirbheek Chauhan <nirbheek@gentoo.org> polkit-0.95.ebuild: Add sys-auth/consolekit-0.4.0[polkit] to PDEPEND; needed for checking if diff --git a/sys-auth/polkit/polkit-0.95.ebuild b/sys-auth/polkit/polkit-0.95.ebuild index 6ea865444fcb..9b922910af16 100644 --- a/sys-auth/polkit/polkit-0.95.ebuild +++ b/sys-auth/polkit/polkit-0.95.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.95.ebuild,v 1.2 2009/12/11 17:25:46 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.95.ebuild,v 1.3 2010/01/06 17:59:03 jer Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="debug doc examples expat nls" # building w/o pam is broken, bug 291116 # introspection pam |