diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-11-19 03:14:00 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-11-19 03:14:00 +0000 |
commit | 9835b23e654917748971501408551161e2fee49d (patch) | |
tree | 3a9c06e5629056ae1d5e384f33b81f7b8f440df6 /dev-games | |
parent | drop gnome useflag for gnome-1.x removal (diff) | |
download | gentoo-2-9835b23e654917748971501408551161e2fee49d.tar.gz gentoo-2-9835b23e654917748971501408551161e2fee49d.tar.bz2 gentoo-2-9835b23e654917748971501408551161e2fee49d.zip |
Stable on alpha and amd64.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/poker-eval/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/poker-eval/poker-eval-133.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/poker-eval/ChangeLog b/dev-games/poker-eval/ChangeLog index dee26e6ee766..9629c7bb33d3 100644 --- a/dev-games/poker-eval/ChangeLog +++ b/dev-games/poker-eval/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/poker-eval # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.9 2006/10/15 16:24:01 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.10 2006/11/19 03:14:00 tcort Exp $ + + 19 Nov 2006; Thomas Cort <tcort@gentoo.org> poker-eval-133.0.ebuild: + Stable on alpha and amd64. *poker-eval-133.0 (15 Oct 2006) diff --git a/dev-games/poker-eval/poker-eval-133.0.ebuild b/dev-games/poker-eval/poker-eval-133.0.ebuild index 588a69ede0a8..8dd2bae9d05f 100644 --- a/dev-games/poker-eval/poker-eval-133.0.ebuild +++ b/dev-games/poker-eval/poker-eval-133.0.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/dev-games/poker-eval/poker-eval-133.0.ebuild,v 1.1 2006/10/15 16:24:01 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/poker-eval-133.0.ebuild,v 1.2 2006/11/19 03:14:00 tcort Exp $ DESCRIPTION="A fast C library for evaluating poker hands." HOMEPAGE="http://pokersource.org/" @@ -8,7 +8,7 @@ SRC_URI="http://download.gna.org/pokersource/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="alpha amd64 ~x86" IUSE="" src_install() { |