diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-10-22 16:31:55 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-10-22 16:31:55 +0000 |
commit | 69a521f67fa01d50949e9261c5b8c17b05458087 (patch) | |
tree | e6136ce8657c4a80aea0bd626adb9e0e78ddfbbf /x11-themes/gtk-chtheme | |
parent | some error checking (Manifest recommit) (diff) | |
download | gentoo-2-69a521f67fa01d50949e9261c5b8c17b05458087.tar.gz gentoo-2-69a521f67fa01d50949e9261c5b8c17b05458087.tar.bz2 gentoo-2-69a521f67fa01d50949e9261c5b8c17b05458087.zip |
~amd64
Diffstat (limited to 'x11-themes/gtk-chtheme')
-rw-r--r-- | x11-themes/gtk-chtheme/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/gtk-chtheme/gtk-chtheme-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/gtk-chtheme/ChangeLog b/x11-themes/gtk-chtheme/ChangeLog index fa06ecb39939..ad28c180a92b 100644 --- a/x11-themes/gtk-chtheme/ChangeLog +++ b/x11-themes/gtk-chtheme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gtk-chtheme # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.4 2004/06/24 23:28:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.5 2004/10/22 16:31:55 blubb Exp $ + + 22 Oct 2004; Simon Stelling <blubb@gentoo.org> gtk-chtheme-0.3.1.ebuild: + added ~amd64 24 Jun 2004; Jason Wever <weeve@gentoo.org> gtk-chtheme-0.3.1.ebuild: ~sparcalicious diff --git a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1.ebuild b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1.ebuild index 9ec787471063..c7e878217292 100644 --- a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1.ebuild +++ b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.4 2004/06/24 23:28:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1.ebuild,v 1.5 2004/10/22 16:31:55 blubb Exp $ DESCRIPTION="GTK-2.0 Theme Switcher" HOMEPAGE="http://plasmasturm.org/programs/gtk-chtheme/" @@ -8,7 +8,7 @@ SRC_URI="http://plasmasturm.org/programs/gtk-chtheme/${P}.tar.bz2" IUSE="" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" LICENSE="GPL-2" RDEPEND=">=x11-libs/gtk+-2*" |