diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-07-31 14:31:51 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-07-31 14:31:51 +0000 |
commit | f8bea0b45f795ff8f7130021806c7a43fc911cf2 (patch) | |
tree | 03fb4b9426936dd41ce17e0448c2c37bcb57a3fb /games-misc/fortune-mod-hitchhiker | |
parent | added ~ppc64 (bug #100217) (diff) | |
download | gentoo-2-f8bea0b45f795ff8f7130021806c7a43fc911cf2.tar.gz gentoo-2-f8bea0b45f795ff8f7130021806c7a43fc911cf2.tar.bz2 gentoo-2-f8bea0b45f795ff8f7130021806c7a43fc911cf2.zip |
added ~ppc64 (bug #100217)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-misc/fortune-mod-hitchhiker')
-rw-r--r-- | games-misc/fortune-mod-hitchhiker/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-hitchhiker/ChangeLog b/games-misc/fortune-mod-hitchhiker/ChangeLog index 6d7992ce2c85..df08f0e48718 100644 --- a/games-misc/fortune-mod-hitchhiker/ChangeLog +++ b/games-misc/fortune-mod-hitchhiker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-hitchhiker -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-hitchhiker/ChangeLog,v 1.5 2004/12/28 23:04:05 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-hitchhiker/ChangeLog,v 1.6 2005/07/31 14:28:55 corsair Exp $ + + 31 Jul 2005; Markus Rothe <corsair@gentoo.org> + fortune-mod-hitchhiker-0.1.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-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild b/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild index 1e1d5bb998cf..8ff11e857042 100644 --- a/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild +++ b/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.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/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild,v 1.7 2004/06/24 22:55:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild,v 1.8 2005/07/31 14:28:55 corsair Exp $ MY_P=${PN/-mod/} DESCRIPTION="Quotes from Hitchhikers Guide to the Galaxy" @@ -9,7 +9,7 @@ SRC_URI="http://www.splitbrain.org/Fortunes/hitchhiker/${MY_P}.tgz" LICENSE="GPL-2" 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" |