diff options
author | 2010-05-19 13:44:19 +0000 | |
---|---|---|
committer | 2010-05-19 13:44:19 +0000 | |
commit | ba62df3331b18741bb6cf08c16eb23552b976aec (patch) | |
tree | e4b6f74d6ff47a449d0dbe1d1709e6a8359339af /kde-base | |
parent | added ~arm keyword (diff) | |
download | gentoo-2-ba62df3331b18741bb6cf08c16eb23552b976aec.tar.gz gentoo-2-ba62df3331b18741bb6cf08c16eb23552b976aec.tar.bz2 gentoo-2-ba62df3331b18741bb6cf08c16eb23552b976aec.zip |
keyworded ~arm. Required for @kdebase-4.4.3
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/attica/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/attica/attica-4.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/attica/ChangeLog b/kde-base/attica/ChangeLog index bf7d8371a5a9..acdd2e78ba2c 100644 --- a/kde-base/attica/ChangeLog +++ b/kde-base/attica/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/attica # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/ChangeLog,v 1.10 2010/05/04 07:59:41 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/ChangeLog,v 1.11 2010/05/19 13:44:19 dagger Exp $ + + 19 May 2010; Robert Piasek <dagger@gentoo.org> attica-4.4.3.ebuild: + keyworded ~arm. Required for @kdebase-4.4.3 04 May 2010; Alexey Shvetsov <alexxy@gentoo.org> attica-4.4.3.ebuild: Restore accidently dropped ~x86-fbsd keyword on KDE SC 4.4.3 diff --git a/kde-base/attica/attica-4.4.3.ebuild b/kde-base/attica/attica-4.4.3.ebuild index 65d5a7d501eb..26a6446ef28b 100644 --- a/kde-base/attica/attica-4.4.3.ebuild +++ b/kde-base/attica/attica-4.4.3.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/kde-base/attica/attica-4.4.3.ebuild,v 1.2 2010/05/04 07:59:41 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/attica-4.4.3.ebuild,v 1.3 2010/05/19 13:44:19 dagger Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="Open Collaboration Services provider management" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |