diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-25 08:19:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-25 08:19:41 +0000 |
commit | eb1d742641fb5b40b9996260fa923d95f5a289a8 (patch) | |
tree | 4d4c3e0b478d38fd6c28ff91665ec17b98328f41 /games-util/gslist | |
parent | Version bump (diff) | |
download | gentoo-2-eb1d742641fb5b40b9996260fa923d95f5a289a8.tar.gz gentoo-2-eb1d742641fb5b40b9996260fa923d95f5a289a8.tar.bz2 gentoo-2-eb1d742641fb5b40b9996260fa923d95f5a289a8.zip |
Fix S
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util/gslist')
-rw-r--r-- | games-util/gslist/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/gslist/gslist-0.8.8a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/gslist/ChangeLog b/games-util/gslist/ChangeLog index 393b4d9a7cc9..993ef7cb35de 100644 --- a/games-util/gslist/ChangeLog +++ b/games-util/gslist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/gslist # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.9 2015/02/19 10:06:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.10 2015/02/25 08:19:41 mr_bones_ Exp $ + + 25 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> gslist-0.8.8a.ebuild: + Fix S 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> gslist-0.8.8a.ebuild: EAPI=5 diff --git a/games-util/gslist/gslist-0.8.8a.ebuild b/games-util/gslist/gslist-0.8.8a.ebuild index 69bb41b90019..4c2d1451d245 100644 --- a/games-util/gslist/gslist-0.8.8a.ebuild +++ b/games-util/gslist/gslist-0.8.8a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.4 2015/02/19 10:06:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.5 2015/02/25 08:19:41 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -18,7 +18,7 @@ RDEPEND="dev-libs/geoip" DEPEND="${RDEPEND} app-arch/unzip" -S=${WORKDIR}/${PN} +S=${WORKDIR} src_prepare() { emake clean |