diff options
-rw-r--r-- | x11-misc/xfishtank/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xfishtank/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xfishtank/xfishtank-2.1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/xfishtank/ChangeLog b/x11-misc/xfishtank/ChangeLog index 6506374d0731..fe00013ae398 100644 --- a/x11-misc/xfishtank/ChangeLog +++ b/x11-misc/xfishtank/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xfishtank -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.5 2004/08/28 15:57:54 tgall Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.6 2005/04/28 06:01:19 wormo Exp $ + + 27 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> + xfishtank-2.1.ebuild: + mark ~ppc 28 Aug 2004; Tom Gall <tgall@gentoo.org> xfishtank-2.1.ebuild: stable on ppc64, bug #59387 diff --git a/x11-misc/xfishtank/Manifest b/x11-misc/xfishtank/Manifest index 79c8c3204c26..7fbeb6abb199 100644 --- a/x11-misc/xfishtank/Manifest +++ b/x11-misc/xfishtank/Manifest @@ -1,4 +1,4 @@ MD5 c36cc8892eb4892667c7e52d5fe72f22 ChangeLog 639 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 8ebf8f3da5fd6ebbb5e4a0cf0b30700a xfishtank-2.1.ebuild 696 +MD5 a592f7dfd91ec788a29549e5c8b6f959 xfishtank-2.1.ebuild 701 MD5 f334f7ee0979c62671de0916bc4c7908 files/digest-xfishtank-2.1 67 diff --git a/x11-misc/xfishtank/xfishtank-2.1.ebuild b/x11-misc/xfishtank/xfishtank-2.1.ebuild index 978c9e534691..7561b5718f33 100644 --- a/x11-misc/xfishtank/xfishtank-2.1.ebuild +++ b/x11-misc/xfishtank/xfishtank-2.1.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-misc/xfishtank/xfishtank-2.1.ebuild,v 1.5 2004/08/28 15:57:54 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.6 2005/04/28 06:01:19 wormo Exp $ DESCRIPTION="Turns your root window into an aquarium." HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/" @@ -10,7 +10,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ppc64" +KEYWORDS="x86 ppc64 ~ppc" IUSE="" DEPEND="virtual/x11" |