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 | 05589bde34e33d837295597ab07c86a1de8023e2 (patch) | |
tree | 4965ec4309c8b6267d8ebf26f705be9478fff03b /games-strategy | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-05589bde34e33d837295597ab07c86a1de8023e2.tar.gz historical-05589bde34e33d837295597ab07c86a1de8023e2.tar.bz2 historical-05589bde34e33d837295597ab07c86a1de8023e2.zip |
Add ~amd64 keyword, fixes bug #53988
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/glob2/Manifest | 6 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.6.ebuild | 4 |
3 files changed, 9 insertions, 6 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/Manifest b/games-strategy/glob2/Manifest index 44a79f96211d..dcd5055f2a37 100644 --- a/games-strategy/glob2/Manifest +++ b/games-strategy/glob2/Manifest @@ -1,6 +1,6 @@ -MD5 b1b5dde0cce4943a440121cd2444b19c ChangeLog 1162 +MD5 78bb3bd46eec2bb28b4f2ff228dbe5d5 ChangeLog 1251 +MD5 4a03622dbe73f56889eb98832550648a glob2-0.8.5.ebuild 791 +MD5 7a03bb21605a96118c658b6580f11a05 glob2-0.8.6.ebuild 963 MD5 be3faa436a456146cab34d1a7ba5e534 metadata.xml 546 -MD5 159c0c4450b317fef186394be51c0caf glob2-0.8.6.ebuild 961 -MD5 4fc1ba385226ef12cd7bb0e4a8989704 glob2-0.8.5.ebuild 792 MD5 b937864a33c8d01a8f3123fe37ce9ff0 files/digest-glob2-0.8.5 64 MD5 abff570d633d214e267f3986090ee981 files/digest-glob2-0.8.6 64 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="" |