summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-board/pokerth/ChangeLog5
-rw-r--r--games-board/pokerth/Manifest4
-rw-r--r--games-board/pokerth/pokerth-0.6.3.ebuild3
3 files changed, 8 insertions, 4 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog
index 51e590b7dcb2..b4822b6cdfea 100644
--- a/games-board/pokerth/ChangeLog
+++ b/games-board/pokerth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/pokerth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.5 2009/06/09 21:23:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.6 2009/06/11 17:16:45 mr_bones_ Exp $
+
+ 11 Jun 2009; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.6.3.ebuild:
+ Add later slot 0 ebuild as well (bug #273726)
09 Jun 2009; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.6.3.ebuild:
support later eselect-enabled versions of boost
diff --git a/games-board/pokerth/Manifest b/games-board/pokerth/Manifest
index b1d83973ef9d..d01ef550c2f8 100644
--- a/games-board/pokerth/Manifest
+++ b/games-board/pokerth/Manifest
@@ -1,4 +1,4 @@
DIST PokerTH-0.6.3-2-src.tar.bz2 4644455 RMD160 bc1d96c934e1aef645568457bd1941b8751cf372 SHA1 b3bb880f95070add6aae17160ec0ebfc80a95ac0 SHA256 d5a9f5678c09fe830770c7d60b97a9052c6eb9f41e4c8de0808323f415ac692b
-EBUILD pokerth-0.6.3.ebuild 1750 RMD160 2a4d241e21549ae209912629e494f0972322c3c4 SHA1 1217dfc8732db8eecff973f3190b3377d0cc2e68 SHA256 c743a75c910618d13148c569f54a3d1948263f153b44b55febb0840612c79d66
-MISC ChangeLog 797 RMD160 a6ba8cca2c13cd7b7b427faf01a31ea4e5f71f8e SHA1 46a806ab8f07dd858e97c1df8cb0f464c5964bf8 SHA256 41d8e578d131026fd9e5bf6268fe691ea9417c498dc4e7b3ebf6abccde83daff
+EBUILD pokerth-0.6.3.ebuild 1775 RMD160 873df330da74e917a5ef1be79de2b2f2320da529 SHA1 e4e9decbaf13a0599434630fb40cbff91d21d46b SHA256 a88f55050d28426a4987d4442375a195f5dce6191cb7ecd0dd87bcf9759d2812
+MISC ChangeLog 923 RMD160 6f3ba8125fa7b0faf24d4d1f81e0de6a6ed6a805 SHA1 c644549485a54b7b3f29f56536b11e1e722205f8 SHA256 23897c7f9f12728852988caa334d832299d2d10c77d9d5368808813fc675797b
MISC metadata.xml 160 RMD160 f839c00d9f25c1f873f95ab899fb64060c1d0bf5 SHA1 08c3d180cf8dbef87e40c42a18b457516a5d7ffe SHA256 5ac0a3647e8149d52ce55d391cf1680ac52d6f0330be21c3bca4790b971b5e5d
diff --git a/games-board/pokerth/pokerth-0.6.3.ebuild b/games-board/pokerth/pokerth-0.6.3.ebuild
index 7cd0c2a3a36a..60b426fa538d 100644
--- a/games-board/pokerth/pokerth-0.6.3.ebuild
+++ b/games-board/pokerth/pokerth-0.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.6.3.ebuild,v 1.5 2009/06/09 21:23:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.6.3.ebuild,v 1.6 2009/06/11 17:16:45 mr_bones_ Exp $
EAPI=2
inherit eutils qt4 games
@@ -17,6 +17,7 @@ IUSE="dedicated"
DEPEND="
|| ( >=dev-libs/boost-1.35.0-r5:0
+ ~dev-libs/boost-1.35.0
~dev-libs/boost-1.34.1
~dev-libs/boost-1.33.1 )
>=net-libs/gnutls-2.2.2