diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-03-18 01:50:59 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-03-18 01:50:59 +0000 |
commit | 578daba4890f71251f0349576568b7cda9f3c6b2 (patch) | |
tree | c5d395f5db5bb4a4b2dc30993d986011bf57e546 /games-util/gslist | |
parent | Add RESTRICT test for generic src_test. (diff) | |
download | gentoo-2-578daba4890f71251f0349576568b7cda9f3c6b2.tar.gz gentoo-2-578daba4890f71251f0349576568b7cda9f3c6b2.tar.bz2 gentoo-2-578daba4890f71251f0349576568b7cda9f3c6b2.zip |
Add ~amd64 keyword
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-util/gslist')
-rw-r--r-- | games-util/gslist/ChangeLog | 8 | ||||
-rw-r--r-- | games-util/gslist/files/gslist-0.8.2-build.patch | 2 | ||||
-rw-r--r-- | games-util/gslist/gslist-0.8.2.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-util/gslist/ChangeLog b/games-util/gslist/ChangeLog index f08f36cbd5db..038695a21891 100644 --- a/games-util/gslist/ChangeLog +++ b/games-util/gslist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/gslist -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.1 2007/01/04 19:29:07 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.2 2008/03/18 01:50:59 nyhm Exp $ + + 18 Mar 2008; Tristan Heaven <nyhm@gentoo.org> + files/gslist-0.8.2-build.patch, gslist-0.8.2.ebuild: + Add ~amd64 keyword *gslist-0.8.2 (04 Jan 2007) diff --git a/games-util/gslist/files/gslist-0.8.2-build.patch b/games-util/gslist/files/gslist-0.8.2-build.patch index 2ef4696b35af..51a4afb87dc0 100644 --- a/games-util/gslist/files/gslist-0.8.2-build.patch +++ b/games-util/gslist/files/gslist-0.8.2-build.patch @@ -16,7 +16,7 @@ gslist: $(O) - $(CC) $(SRC) $(CFLAGS) -o gslist $(LIBS) -DGSWEB -DSQL -+ $(CC) $(O) -o gslist $(LIBS) $(LDFLAGS) ++ $(CC) $(CFLAGS) $(LDFLAGS) $(O) -o gslist $(LIBS) clean: rm -f gslist src/gslist.o src/enctype1_decoder.o src/enctype2_decoder.o src/enctype_shared.o src/mydownlib.o diff --git a/games-util/gslist/gslist-0.8.2.ebuild b/games-util/gslist/gslist-0.8.2.ebuild index 8476069af027..1088b9f7dca0 100644 --- a/games-util/gslist/gslist-0.8.2.ebuild +++ b/games-util/gslist/gslist-0.8.2.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-util/gslist/gslist-0.8.2.ebuild,v 1.2 2007/01/05 23:34:47 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.2.ebuild,v 1.3 2008/03/18 01:50:59 nyhm Exp $ inherit eutils toolchain-funcs games @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" |