diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:54:50 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:54:50 +0000 |
commit | 6f4f071929b7257198cc0923a10e20225e16751e (patch) | |
tree | 0bdeeb5f66bacf5952a6497bd3457efa66e6cc98 /games-util | |
parent | Removed from ppc. (diff) | |
download | gentoo-2-6f4f071929b7257198cc0923a10e20225e16751e.tar.gz gentoo-2-6f4f071929b7257198cc0923a10e20225e16751e.tar.bz2 gentoo-2-6f4f071929b7257198cc0923a10e20225e16751e.zip |
Stable on ppc.
(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 80f5962cff71..147fafbf16cf 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.13 2005/08/17 16:59:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.14 2005/08/18 18:54:50 hansmi Exp $ + + 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> qstat-2.8.ebuild: + Stable on ppc. 17 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> qstat-2.8.ebuild: stable for x86 diff --git a/games-util/qstat/qstat-2.8.ebuild b/games-util/qstat/qstat-2.8.ebuild index 5ab30c92436b..7a20cdccadc0 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.2 2005/08/17 16:59:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.8.ebuild,v 1.3 2005/08/18 18:54:50 hansmi 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" |