diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-05-28 20:02:20 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-05-28 20:02:20 +0000 |
commit | 44c64d5591edc0e77386645846d91ef061b2571c (patch) | |
tree | 0d8fa16853db7e60cf6bef7006a1f7b7d2fda23d /games-misc | |
parent | amd64 stable, bug 262100 (diff) | |
download | gentoo-2-44c64d5591edc0e77386645846d91ef061b2571c.tar.gz gentoo-2-44c64d5591edc0e77386645846d91ef061b2571c.tar.bz2 gentoo-2-44c64d5591edc0e77386645846d91ef061b2571c.zip |
Add ~amd64, bug 271378
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod-discworld/ChangeLog | 6 | ||||
-rw-r--r-- | games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-misc/fortune-mod-discworld/ChangeLog b/games-misc/fortune-mod-discworld/ChangeLog index 4eb82fa5fe47..82ba1ad8b176 100644 --- a/games-misc/fortune-mod-discworld/ChangeLog +++ b/games-misc/fortune-mod-discworld/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-discworld # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-discworld/ChangeLog,v 1.2 2009/03/22 12:19:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-discworld/ChangeLog,v 1.3 2009/05/28 20:02:20 beandog Exp $ + + 28 May 2009; Steve Dibb <beandog@gentoo.org> + fortune-mod-discworld-0.1.ebuild: + Add ~amd64, bug 271378 *fortune-mod-discworld-0.1 (17 Mar 2009) diff --git a/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild b/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild index c25f97056918..0c59fda1b472 100644 --- a/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild +++ b/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild,v 1.1 2009/03/17 14:32:07 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild,v 1.2 2009/05/28 20:02:20 beandog Exp $ MY_P=${PN/-mod/} DESCRIPTION="Quotes from Discworld novels" @@ -9,7 +9,7 @@ SRC_URI="http://www.splitbrain.org/_media/projects/fortunes/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="mirror" |