diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-25 11:17:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-25 11:17:49 +0000 |
commit | dc2323a9ffc134afda4e00011480d9cdd176701d (patch) | |
tree | 61e0b79425e079c4a93d7a3d4d60abc222a98bd7 /games-util | |
parent | Revised SLOT support (now ruby SLOT 1.9 is supported in addition to 1.6 and 1... (diff) | |
download | historical-dc2323a9ffc134afda4e00011480d9cdd176701d.tar.gz historical-dc2323a9ffc134afda4e00011480d9cdd176701d.tar.bz2 historical-dc2323a9ffc134afda4e00011480d9cdd176701d.zip |
hppa
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/qstat/qstat-25c.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/qstat/qstat-25c.ebuild b/games-util/qstat/qstat-25c.ebuild index 66c4bf7d9883..5857bfbef859 100644 --- a/games-util/qstat/qstat-25c.ebuild +++ b/games-util/qstat/qstat-25c.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-25c.ebuild,v 1.2 2004/01/06 02:43:40 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-25c.ebuild,v 1.3 2004/01/25 11:17:49 vapier Exp $ S=${WORKDIR}/${PN}${PV} DESCRIPTION="Server statics collector supporting many FPS games" SRC_URI="http://www.qstat.org/${PN}${PV}.tar.gz" HOMEPAGE="http://www.qstat.org/" -KEYWORDS="x86 ppc ~amd64" LICENSE="Artistic" SLOT="0" +KEYWORDS="x86 ppc hppa amd64" DEPEND="virtual/glibc" |