diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-17 16:59:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-17 16:59:12 +0000 |
commit | 6ed8fee7e4cb413515c941b2c3b2e38835efe80d (patch) | |
tree | c32a03f4f94087eee6d7a5e3206f08bd32219e92 /games-util | |
parent | don't require both xxdiff and kdiff3 with USE="kde" (diff) | |
download | gentoo-2-6ed8fee7e4cb413515c941b2c3b2e38835efe80d.tar.gz gentoo-2-6ed8fee7e4cb413515c941b2c3b2e38835efe80d.tar.bz2 gentoo-2-6ed8fee7e4cb413515c941b2c3b2e38835efe80d.zip |
stable for x86
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/qstat/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/qstat/qstat-2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/qstat/ChangeLog b/games-util/qstat/ChangeLog index b19106eef285..80f5962cff71 100644 --- a/games-util/qstat/ChangeLog +++ b/games-util/qstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/qstat # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.12 2005/04/06 00:13:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.13 2005/08/17 16:59:12 mr_bones_ Exp $ + + 17 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> qstat-2.8.ebuild: + stable for x86 *qstat-2.8 (06 Apr 2005) diff --git a/games-util/qstat/qstat-2.8.ebuild b/games-util/qstat/qstat-2.8.ebuild index 9840ecbdda03..5ab30c92436b 100644 --- a/games-util/qstat/qstat-2.8.ebuild +++ b/games-util/qstat/qstat-2.8.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.8.ebuild,v 1.1 2005/04/06 00:13:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.8.ebuild,v 1.2 2005/08/17 16:59:12 mr_bones_ 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 ~ppc-macos ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc-macos x86" IUSE="debug" DEPEND="virtual/libc" |