diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-06 14:35:45 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-06 14:35:45 +0000 |
commit | ce8d52fa92d8373432cff23319418059fc077ca7 (patch) | |
tree | e7170f15dafad6ce4983bd1a5ce477b4ff341991 /dev-games | |
parent | Fix the ChangeLog up. These additional commits were brought to you by the ann... (diff) | |
download | gentoo-2-ce8d52fa92d8373432cff23319418059fc077ca7.tar.gz gentoo-2-ce8d52fa92d8373432cff23319418059fc077ca7.tar.bz2 gentoo-2-ce8d52fa92d8373432cff23319418059fc077ca7.zip |
Stable on alpha and amd64.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/poker-eval/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/poker-eval/poker-eval-131.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 d4ec19041d6d..a87919609264 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.2 2006/07/06 23:42:58 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.3 2006/08/06 14:35:45 tcort Exp $ + + 06 Aug 2006; Thomas Cort <tcort@gentoo.org> poker-eval-131.0.ebuild: + Stable on alpha and amd64. 06 Jul 2006; Thomas Cort <tcort@gentoo.org> poker-eval-131.0.ebuild: Added ~alpha keyword. diff --git a/dev-games/poker-eval/poker-eval-131.0.ebuild b/dev-games/poker-eval/poker-eval-131.0.ebuild index 16074d5ef274..d63f577dab9e 100644 --- a/dev-games/poker-eval/poker-eval-131.0.ebuild +++ b/dev-games/poker-eval/poker-eval-131.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-131.0.ebuild,v 1.2 2006/07/06 23:42:58 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/poker-eval-131.0.ebuild,v 1.3 2006/08/06 14:35:45 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() { |