diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:25:16 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:25:16 +0000 |
commit | fbd277a18c19121f0a4facb5baaf7ae105767586 (patch) | |
tree | 44c7b66d06a2cb70fdb0c3b551302fee4be665e3 /games-util/qstat | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-fbd277a18c19121f0a4facb5baaf7ae105767586.tar.gz historical-fbd277a18c19121f0a4facb5baaf7ae105767586.tar.bz2 historical-fbd277a18c19121f0a4facb5baaf7ae105767586.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'games-util/qstat')
-rw-r--r-- | games-util/qstat/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/qstat/qstat-25b-r1.ebuild | 4 | ||||
-rw-r--r-- | games-util/qstat/qstat-25c.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-util/qstat/ChangeLog b/games-util/qstat/ChangeLog index 6dc4e8c48bed..0b459cfd5aa1 100644 --- a/games-util/qstat/ChangeLog +++ b/games-util/qstat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/qstat # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.4 2004/06/24 23:31:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.5 2004/07/01 11:24:46 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> qstat-25b-r1.ebuild, + qstat-25c.ebuild: + virtual/glibc -> virtual/libc 05 Jan 2004; Jon Portnoy <avenj@gentoo.org> qstat-25c.ebuild : AMD64 keywords. diff --git a/games-util/qstat/qstat-25b-r1.ebuild b/games-util/qstat/qstat-25b-r1.ebuild index 52c1df94df54..4d8e55ca78e8 100644 --- a/games-util/qstat/qstat-25b-r1.ebuild +++ b/games-util/qstat/qstat-25b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-25b-r1.ebuild,v 1.3 2004/06/24 23:31:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-25b-r1.ebuild,v 1.4 2004/07/01 11:24:46 eradicator Exp $ S="${WORKDIR}/${PN}${PV}" DESCRIPTION="Server statics collector supporting many FPS games" @@ -12,7 +12,7 @@ LICENSE="Artistic" SLOT="0" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${PN}${PV}.tar.gz diff --git a/games-util/qstat/qstat-25c.ebuild b/games-util/qstat/qstat-25c.ebuild index e4d18542305c..903d1df87491 100644 --- a/games-util/qstat/qstat-25c.ebuild +++ b/games-util/qstat/qstat-25c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-25c.ebuild,v 1.5 2004/06/24 23:31:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-25c.ebuild,v 1.6 2004/07/01 11:24:46 eradicator Exp $ S="${WORKDIR}/${PN}${PV}" DESCRIPTION="Server statics collector supporting many FPS games" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86 ppc hppa amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { emake CFLAGS="${CFLAGS}" || die "emake failed" |