diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-10-21 22:10:00 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-10-21 22:10:00 +0000 |
commit | 18ef0aa8f57e3385a39fcc9de265db700ab7a835 (patch) | |
tree | 94b9e8e3c59c017fefec73c6d673e8af349437ee /games-util | |
parent | Added ~alpha keyword wrt Bug #110130. (diff) | |
download | gentoo-2-18ef0aa8f57e3385a39fcc9de265db700ab7a835.tar.gz gentoo-2-18ef0aa8f57e3385a39fcc9de265db700ab7a835.tar.bz2 gentoo-2-18ef0aa8f57e3385a39fcc9de265db700ab7a835.zip |
Added ~alpha keyword.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/qstat/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/qstat/qstat-2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/qstat/ChangeLog b/games-util/qstat/ChangeLog index 9ecb02b6fdda..abb7de1ac88d 100644 --- a/games-util/qstat/ChangeLog +++ b/games-util/qstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/qstat # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.17 2006/05/07 20:23:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.18 2006/10/21 22:10:00 tcort Exp $ + + 21 Oct 2006; Thomas Cort <tcort@gentoo.org> qstat-2.10.ebuild: + Added ~alpha keyword. 07 May 2006; Markus Rothe <corsair@gentoo.org> qstat-2.10.ebuild: Stable on ppc64 diff --git a/games-util/qstat/qstat-2.10.ebuild b/games-util/qstat/qstat-2.10.ebuild index 9f35ac300609..10ef664fc9ad 100644 --- a/games-util/qstat/qstat-2.10.ebuild +++ b/games-util/qstat/qstat-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.10.ebuild,v 1.3 2006/05/07 20:23:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.10.ebuild,v 1.4 2006/10/21 22:10:00 tcort 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 ppc64 x86" +KEYWORDS="~alpha amd64 hppa ppc ppc-macos ppc64 x86" IUSE="debug" DEPEND="" |