diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-04-23 15:38:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-04-23 15:38:23 +0000 |
commit | 4e8a102aa8209adb579ef504284aa265ec5097ef (patch) | |
tree | 19909335f7bc1ffa1af2f0acab6efce5e4ba4308 /sys-auth/policykit | |
parent | Bump to 2009.04.06. Small SRC_URI fix, thanks to Michael. Closes #266152 (diff) | |
download | gentoo-2-4e8a102aa8209adb579ef504284aa265ec5097ef.tar.gz gentoo-2-4e8a102aa8209adb579ef504284aa265ec5097ef.tar.bz2 gentoo-2-4e8a102aa8209adb579ef504284aa265ec5097ef.zip |
Add ~arm/~s390/~sh
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'sys-auth/policykit')
-rw-r--r-- | sys-auth/policykit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/policykit/policykit-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/policykit/ChangeLog b/sys-auth/policykit/ChangeLog index 776b533ea067..01d7ce69221b 100644 --- a/sys-auth/policykit/ChangeLog +++ b/sys-auth/policykit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/policykit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/policykit/ChangeLog,v 1.13 2009/04/19 13:11:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/policykit/ChangeLog,v 1.14 2009/04/23 15:38:23 armin76 Exp $ + + 23 Apr 2009; Raúl Porcel <armin76@gentoo.org> policykit-0.9.ebuild: + Add ~arm/~s390/~sh 19 Apr 2009; Brent Baude <ranger@gentoo.org> policykit-0.9.ebuild: Marking policykit-0.9 ~ppc for bug 266560 diff --git a/sys-auth/policykit/policykit-0.9.ebuild b/sys-auth/policykit/policykit-0.9.ebuild index d6949feecf22..b59f8447085e 100644 --- a/sys-auth/policykit/policykit-0.9.ebuild +++ b/sys-auth/policykit/policykit-0.9.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/policykit/policykit-0.9.ebuild,v 1.3 2009/04/19 13:11:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/policykit/policykit-0.9.ebuild,v 1.4 2009/04/23 15:38:23 armin76 Exp $ inherit autotools bash-completion eutils multilib pam @@ -12,7 +12,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="bash-completion doc pam selinux zsh-completion" RDEPEND=">=dev-libs/glib-2.6 |