diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-29 14:29:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-29 14:29:39 +0000 |
commit | dfd1bd0273f8eb70f8604a61538d0a43a7dd2b76 (patch) | |
tree | 973008a5d6d1f7027d33b52b88b13c8a98d803d3 /games-util | |
parent | amd64/x86 stable, bug #288933 (diff) | |
download | gentoo-2-dfd1bd0273f8eb70f8604a61538d0a43a7dd2b76.tar.gz gentoo-2-dfd1bd0273f8eb70f8604a61538d0a43a7dd2b76.tar.bz2 gentoo-2-dfd1bd0273f8eb70f8604a61538d0a43a7dd2b76.zip |
amd64/x86 stable, bug #288937
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/gslist/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/gslist/gslist-0.8.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/gslist/ChangeLog b/games-util/gslist/ChangeLog index 197a2ed0a607..b54cf8ae14c4 100644 --- a/games-util/gslist/ChangeLog +++ b/games-util/gslist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/gslist # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.3 2009/07/29 21:57:58 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.4 2009/10/29 14:29:39 maekke Exp $ + + 29 Oct 2009; Markus Meier <maekke@gentoo.org> gslist-0.8.8.ebuild: + amd64/x86 stable, bug #288937 *gslist-0.8.8 (29 Jul 2009) diff --git a/games-util/gslist/gslist-0.8.8.ebuild b/games-util/gslist/gslist-0.8.8.ebuild index 842a94ca56a1..c12c7a0ac3a2 100644 --- a/games-util/gslist/gslist-0.8.8.ebuild +++ b/games-util/gslist/gslist-0.8.8.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-util/gslist/gslist-0.8.8.ebuild,v 1.1 2009/07/29 21:57:58 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8.ebuild,v 1.2 2009/10/29 14:29:39 maekke Exp $ EAPI=2 inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="web" RDEPEND="dev-libs/geoip" |