diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-07-31 14:42:36 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-07-31 14:42:36 +0000 |
commit | 492eb2d14b5495bf4d3bb0910e35385b2d7867ac (patch) | |
tree | 0ab6e549679cf5b43185b04fca8f7436ab7c2818 /games-misc/fortune-mod-futurama | |
parent | unstable release (diff) | |
download | historical-492eb2d14b5495bf4d3bb0910e35385b2d7867ac.tar.gz historical-492eb2d14b5495bf4d3bb0910e35385b2d7867ac.tar.bz2 historical-492eb2d14b5495bf4d3bb0910e35385b2d7867ac.zip |
added ~ppc64 (bug #100217)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-misc/fortune-mod-futurama')
-rw-r--r-- | games-misc/fortune-mod-futurama/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-futurama/ChangeLog b/games-misc/fortune-mod-futurama/ChangeLog index 27e1947f8a87..e4eb253f1b5f 100644 --- a/games-misc/fortune-mod-futurama/ChangeLog +++ b/games-misc/fortune-mod-futurama/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-futurama -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-futurama/ChangeLog,v 1.5 2004/12/28 23:02:53 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-futurama/ChangeLog,v 1.6 2005/07/31 14:25:38 corsair Exp $ + + 31 Jul 2005; Markus Rothe <corsair@gentoo.org> + fortune-mod-futurama-0.2.ebuild: + Added ~ppc64 (bug #100217) 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild b/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild index 2873728a8de0..9e05ad68ad52 100644 --- a/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild +++ b/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.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/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild,v 1.7 2004/06/24 22:54:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild,v 1.8 2005/07/31 14:25:38 corsair Exp $ DESCRIPTION="Quotes from the TV-Series -Futurama-" HOMEPAGE="http://www.netmeister.org/misc.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha hppa amd64" +KEYWORDS="alpha amd64 hppa mips ppc ~ppc64 sparc x86" IUSE="" RDEPEND="games-misc/fortune-mod" |