diff options
author | Robert Piasek <dagger@gentoo.org> | 2010-05-19 13:33:21 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2010-05-19 13:33:21 +0000 |
commit | c4ae80f29c737945f8a23f52116fe6fb4b1c88b2 (patch) | |
tree | cc13d30761420e6fd189a91d6406bc0bcee93c31 /sys-auth | |
parent | Verions bump (bug #312995) (diff) | |
download | gentoo-2-c4ae80f29c737945f8a23f52116fe6fb4b1c88b2.tar.gz gentoo-2-c4ae80f29c737945f8a23f52116fe6fb4b1c88b2.tar.bz2 gentoo-2-c4ae80f29c737945f8a23f52116fe6fb4b1c88b2.zip |
added ~arm keyword
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-kde/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit-kde/ChangeLog b/sys-auth/polkit-kde/ChangeLog index 6fab81b3741a..a05484e303e4 100644 --- a/sys-auth/polkit-kde/ChangeLog +++ b/sys-auth/polkit-kde/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit-kde # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.4 2010/04/11 21:48:45 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.5 2010/05/19 13:33:21 dagger Exp $ + + 19 May 2010; Robert Piasek <dagger@gentoo.org> polkit-kde-0.95.1.ebuild: + added ~arm keyword 11 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> polkit-kde-0.95.1.ebuild: PATCHES is an array. diff --git a/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild b/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild index d59087d56b19..c1d99326c5b8 100644 --- a/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild +++ b/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild,v 1.4 2010/04/11 21:48:45 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild,v 1.5 2010/05/19 13:33:21 dagger Exp $ EAPI="2" @@ -18,7 +18,7 @@ DESCRIPTION="PolicyKit integration module for KDE." HOMEPAGE="http://kde.org" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" SLOT="4" IUSE="debug" |