diff options
author | Robert Piasek <dagger@gentoo.org> | 2010-05-19 13:31:10 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2010-05-19 13:31:10 +0000 |
commit | 5fe6d644664f4d739c1cfc6a293b2b478ad59d27 (patch) | |
tree | 413783f8eed711248e310e96bcbe8fcf4989b2e0 /sys-auth | |
parent | Bump of 2.0beta, thanks to Eray Aslan (diff) | |
download | gentoo-2-5fe6d644664f4d739c1cfc6a293b2b478ad59d27.tar.gz gentoo-2-5fe6d644664f4d739c1cfc6a293b2b478ad59d27.tar.bz2 gentoo-2-5fe6d644664f4d739c1cfc6a293b2b478ad59d27.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-qt/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog index 32c55feee59c..572f09abe9c0 100644 --- a/sys-auth/polkit-qt/ChangeLog +++ b/sys-auth/polkit-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit-qt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.4 2010/05/15 13:48:02 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.5 2010/05/19 13:31:10 dagger Exp $ + + 19 May 2010; Robert Piasek <dagger@gentoo.org> polkit-qt-0.95.1.ebuild: + Added ~arm keyword 15 May 2010; Maciej Mrozowski <reavertm@gentoo.org> polkit-qt-0.95.1.ebuild: diff --git a/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild index 9f2a49b417cf..037a16f65a27 100644 --- a/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-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-qt/polkit-qt-0.95.1.ebuild,v 1.4 2010/05/15 13:48:02 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild,v 1.5 2010/05/19 13:31:10 dagger Exp $ EAPI="2" @@ -13,7 +13,7 @@ HOMEPAGE="http://kde.org/" SRC_URI="mirror://kde/stable/polkit-qt-1/${MY_P}.tar.bz2" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" SLOT="0" IUSE="debug examples" |