diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-19 19:44:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-19 19:44:39 +0000 |
commit | ea83fa810e399ce40a2388fc5e282e368f6bd4be (patch) | |
tree | 7a7e2d81e427d9ae64be07ab26ad0e00e27ad608 /games-misc/fortune-mod-debilneho | |
parent | Add ~x86-fbsd keyword (diff) | |
download | gentoo-2-ea83fa810e399ce40a2388fc5e282e368f6bd4be.tar.gz gentoo-2-ea83fa810e399ce40a2388fc5e282e368f6bd4be.tar.bz2 gentoo-2-ea83fa810e399ce40a2388fc5e282e368f6bd4be.zip |
Add ~x86-fbsd keyword
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'games-misc/fortune-mod-debilneho')
-rw-r--r-- | games-misc/fortune-mod-debilneho/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-debilneho/ChangeLog b/games-misc/fortune-mod-debilneho/ChangeLog index 6f737db48214..41798edaabe0 100644 --- a/games-misc/fortune-mod-debilneho/ChangeLog +++ b/games-misc/fortune-mod-debilneho/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-debilneho -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/ChangeLog,v 1.4 2005/08/27 17:59:38 corsair Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/ChangeLog,v 1.5 2006/07/19 19:44:39 flameeyes Exp $ + + 19 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + fortune-mod-debilneho-0.1.ebuild: + Add ~x86-fbsd keyword 27 Aug 2005; Markus Rothe <corsair@gentoo.org> fortune-mod-debilneho-0.1.ebuild: diff --git a/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild b/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild index 9869ae597f80..eefd5acd5852 100644 --- a/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild +++ b/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild,v 1.7 2006/07/17 04:56:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild,v 1.8 2006/07/19 19:44:39 flameeyes Exp $ MY_PN=${PN/mod-/} DESCRIPTION="Quotation's by several people (mostly from Slovakia)" @@ -9,7 +9,7 @@ SRC_URI="http://megac.info/fortune-debilneho.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND="games-misc/fortune-mod" |