diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-14 19:43:25 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-14 19:43:25 +0000 |
commit | a15d5c94e1521ad84587975f9c5e6e3318cf8516 (patch) | |
tree | d4c1f174d068998b7eb5ddf6439eccecb4b659d9 /games-misc | |
parent | add missing pkgconfig dep, bug #205822 (diff) | |
download | gentoo-2-a15d5c94e1521ad84587975f9c5e6e3318cf8516.tar.gz gentoo-2-a15d5c94e1521ad84587975f9c5e6e3318cf8516.tar.bz2 gentoo-2-a15d5c94e1521ad84587975f9c5e6e3318cf8516.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-misc/fortune-mod/ChangeLog b/games-misc/fortune-mod/ChangeLog index b8329cbc809a..1912d89958f6 100644 --- a/games-misc/fortune-mod/ChangeLog +++ b/games-misc/fortune-mod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.23 2007/07/06 09:24:38 uberlord Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.24 2008/01/14 19:43:25 grobian Exp $ + + 14 Jan 2008; Fabian Groffen <grobian@gentoo.org> + fortune-mod-1.99.1-r2.ebuild: + Dropped ppc-macos keyword, see you in prefix 06 Jul 2007; Roy Marples <uberlord@gentoo.org> fortune-mod-1.99.1-r2.ebuild: diff --git a/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild b/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild index 3313d46b967b..a0d212c846b1 100644 --- a/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild +++ b/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild,v 1.6 2007/07/06 09:24:38 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild,v 1.7 2008/01/14 19:43:25 grobian Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.redellipse.net/code/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="offensive elibc_glibc" DEPEND="app-text/recode" |