diff options
author | Alex Alexander <wired@gentoo.org> | 2010-04-05 22:50:18 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-04-05 22:50:18 +0000 |
commit | 436ab18d65f50252986a773d1e9cae5fd85a6463 (patch) | |
tree | 61998767672041c9fc55ecd0b8442229c893da01 /x11-themes | |
parent | Remove old. (diff) | |
download | gentoo-2-436ab18d65f50252986a773d1e9cae5fd85a6463.tar.gz gentoo-2-436ab18d65f50252986a773d1e9cae5fd85a6463.tar.bz2 gentoo-2-436ab18d65f50252986a773d1e9cae5fd85a6463.zip |
added ~arm keyword
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-chtheme/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/gtk-chtheme/ChangeLog b/x11-themes/gtk-chtheme/ChangeLog index 151e1bfcf806..a85f1c6e0f3e 100644 --- a/x11-themes/gtk-chtheme/ChangeLog +++ b/x11-themes/gtk-chtheme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-chtheme -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.20 2009/02/25 23:56:53 eva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.21 2010/04/05 22:50:18 wired Exp $ + + 05 Apr 2010; Alex Alexander <wired@gentoo.org> + gtk-chtheme-0.3.1-r2.ebuild: + added ~arm keyword *gtk-chtheme-0.3.1-r2 (25 Feb 2009) diff --git a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild index 18f2463927e6..7bde57b56ac6 100644 --- a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild +++ b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.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/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild,v 1.1 2009/02/25 23:56:53 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild,v 1.2 2010/04/05 22:50:18 wired Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://plasmasturm.org/programs/gtk-chtheme/${P}.tar.bz2" IUSE="" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" LICENSE="GPL-2" RDEPEND=">=x11-libs/gtk+-2" |