diff options
Diffstat (limited to 'games-misc/fortune-mod-osfortune')
-rw-r--r-- | games-misc/fortune-mod-osfortune/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-osfortune/ChangeLog b/games-misc/fortune-mod-osfortune/ChangeLog index b7df29b1f252..5843be7819f2 100644 --- a/games-misc/fortune-mod-osfortune/ChangeLog +++ b/games-misc/fortune-mod-osfortune/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-osfortune -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v 1.5 2004/09/13 05:12:08 mr_bones_ Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v 1.6 2005/07/31 14:34:57 corsair Exp $ + + 31 Jul 2005; Markus Rothe <corsair@gentoo.org> + fortune-mod-osfortune-1.ebuild: + Added ~ppc64 (bug #100217) 12 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +files/spelling.patch, fortune-mod-osfortune-1.ebuild: diff --git a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild index 2624cfacc319..38b003d341cb 100644 --- a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild +++ b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-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-osfortune/fortune-mod-osfortune-1.ebuild,v 1.9 2004/09/13 05:12:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v 1.10 2005/07/31 14:34:57 corsair Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.dibona.com/opensources/osfortune.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha hppa amd64" +KEYWORDS="alpha amd64 hppa mips ppc ~ppc64 sparc x86" IUSE="" DEPEND="games-misc/fortune-mod" |