diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-01-05 23:34:47 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-01-05 23:34:47 +0000 |
commit | bd663c7c8e15b5027719745cc36f52373275664f (patch) | |
tree | 9be928d0f162f87ad71f25b8a05458701c8adcc4 /games-util/gslist | |
parent | Convert einfo to elog. (diff) | |
download | gentoo-2-bd663c7c8e15b5027719745cc36f52373275664f.tar.gz gentoo-2-bd663c7c8e15b5027719745cc36f52373275664f.tar.bz2 gentoo-2-bd663c7c8e15b5027719745cc36f52373275664f.zip |
inherit eutils
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'games-util/gslist')
-rw-r--r-- | games-util/gslist/gslist-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/gslist/gslist-0.8.2.ebuild b/games-util/gslist/gslist-0.8.2.ebuild index 4e24d7a6dcce..8476069af027 100644 --- a/games-util/gslist/gslist-0.8.2.ebuild +++ b/games-util/gslist/gslist-0.8.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 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.1 2007/01/04 19:29:07 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.2.ebuild,v 1.2 2007/01/05 23:34:47 nyhm Exp $ -inherit toolchain-funcs games +inherit eutils toolchain-funcs games DESCRIPTION="A GameSpy server browser" HOMEPAGE="http://aluigi.altervista.org/papers.htm#gslist" |