summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-06-11 17:16:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-06-11 17:16:45 +0000
commita5f068507a57067bc709b607efd1211b275fb1c0 (patch)
tree83a293bd6e3e43ad5802e6c90a937226b32d5da5 /games-board
parentia64/sparc stable wrt #272245 (diff)
downloadgentoo-2-a5f068507a57067bc709b607efd1211b275fb1c0.tar.gz
gentoo-2-a5f068507a57067bc709b607efd1211b275fb1c0.tar.bz2
gentoo-2-a5f068507a57067bc709b607efd1211b275fb1c0.zip
Add later slot 0 ebuild as well (bug #273726)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pokerth/ChangeLog5
-rw-r--r--games-board/pokerth/pokerth-0.6.3.ebuild3
2 files changed, 6 insertions, 2 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/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