diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-05 23:59:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-05 23:59:57 +0000 |
commit | 9f341659f28f05f70cdfb8690f5e3bfb9fefeb0e (patch) | |
tree | b6f01c5e90b1bf37dae7a2c07a67a9fa5d79cae2 /games-util/qstat | |
parent | move into unstable (diff) | |
download | gentoo-2-9f341659f28f05f70cdfb8690f5e3bfb9fefeb0e.tar.gz gentoo-2-9f341659f28f05f70cdfb8690f5e3bfb9fefeb0e.tar.bz2 gentoo-2-9f341659f28f05f70cdfb8690f5e3bfb9fefeb0e.zip |
stabilize
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-util/qstat')
-rw-r--r-- | games-util/qstat/qstat-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/qstat/qstat-2.7.ebuild b/games-util/qstat/qstat-2.7.ebuild index 71e4437f70bd..5f39d542da96 100644 --- a/games-util/qstat/qstat-2.7.ebuild +++ b/games-util/qstat/qstat-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.7.ebuild,v 1.3 2005/02/20 05:08:07 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.7.ebuild,v 1.4 2005/04/05 23:56:01 vapier Exp $ DESCRIPTION="Server statics collector supporting many FPS games" HOMEPAGE="http://www.qstat.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ppc-macos" +KEYWORDS="amd64 hppa ppc ppc-macos x86" IUSE="debug" DEPEND="virtual/libc" |