diff options
author | Malcolm Lashley <malc@gentoo.org> | 2004-06-15 22:32:47 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2004-06-15 22:32:47 +0000 |
commit | 6688ece01d5436d515db9dd6f77f3957a1afd057 (patch) | |
tree | fe165ebdd61e9fee3b2a7b05f18dfad67710222e /games-strategy/glob2 | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-6688ece01d5436d515db9dd6f77f3957a1afd057.tar.gz gentoo-2-6688ece01d5436d515db9dd6f77f3957a1afd057.tar.bz2 gentoo-2-6688ece01d5436d515db9dd6f77f3957a1afd057.zip |
Add ~amd64 keyword, fixes bug #53988
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index 6295f6f4c17f..ae79c1065bca 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.9 2004/06/14 07:10:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.10 2004/06/15 22:32:47 malc Exp $ + + 15 Jun 2004; <malc@gentoo.org> glob2-0.8.6.ebuild: + Add keyword ~amd64, fixes bug #53988 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.6.ebuild: explicitly give the path for vorbis (bug #46352) diff --git a/games-strategy/glob2/glob2-0.8.6.ebuild b/games-strategy/glob2/glob2-0.8.6.ebuild index 0f782f036a26..e48894957bcb 100644 --- a/games-strategy/glob2/glob2-0.8.6.ebuild +++ b/games-strategy/glob2/glob2-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.6.ebuild,v 1.2 2004/06/14 07:10:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.6.ebuild,v 1.3 2004/06/15 22:32:47 malc Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="http://www.ysagoon.com/glob2/data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" #IUSE="opengl" #opengl not ready yet. IUSE="" |