diff options
Diffstat (limited to 'x11-themes/iceicons')
-rw-r--r-- | x11-themes/iceicons/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/iceicons/iceicons-0.10.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-themes/iceicons/ChangeLog b/x11-themes/iceicons/ChangeLog index 08070be06844..e487275bded6 100644 --- a/x11-themes/iceicons/ChangeLog +++ b/x11-themes/iceicons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/iceicons -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.3 2004/10/09 19:13:12 usata Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.4 2005/03/09 18:26:37 luckyduck Exp $ + + 09 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> iceicons-0.10.0.ebuild: + added ~amd64 KEYWORD to fix #77628 10 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> iceicons-0.10.0.ebuild: Stable on x86. diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0.ebuild index 23d3d1020dd1..8cb3976031a5 100644 --- a/x11-themes/iceicons/iceicons-0.10.0.ebuild +++ b/x11-themes/iceicons/iceicons-0.10.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.3 2004/10/09 19:13:12 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.4 2005/03/09 18:26:37 luckyduck Exp $ DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM" HOMEPAGE="http://themes.freshmeat.net/projects/iceicons/" @@ -8,7 +8,7 @@ SRC_URI="http://themes.freshmeat.net/redir/iceicons/35147/url_tgz/${PN}-default- LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" RDEPEND=">=x11-wm/icewm-1.2.6" |