diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-18 19:37:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-18 19:37:33 +0000 |
commit | 9e8249579b45646f27af5454538d9add072a8fe4 (patch) | |
tree | 49c8f21b506a86bc4495b677011c100aacfdb296 /games-board | |
parent | tidy (diff) | |
download | gentoo-2-9e8249579b45646f27af5454538d9add072a8fe4.tar.gz gentoo-2-9e8249579b45646f27af5454538d9add072a8fe4.tar.bz2 gentoo-2-9e8249579b45646f27af5454538d9add072a8fe4.zip |
add slot dep for boost
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pokerth/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index 6fdc7540bb8f..046a1df8184d 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pokerth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.65 2014/07/16 01:57:33 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.66 2015/02/18 19:37:33 mr_bones_ Exp $ + + 18 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> pokerth-1.1.1.ebuild: + add slot dep for boost 16 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -files/pokerth-1.0.1-underlinking.patch, -pokerth-1.0.1.ebuild: diff --git a/games-board/pokerth/pokerth-1.1.1.ebuild b/games-board/pokerth/pokerth-1.1.1.ebuild index 45ef38e0db62..1498923698ee 100644 --- a/games-board/pokerth/pokerth-1.1.1.ebuild +++ b/games-board/pokerth/pokerth-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.1.1.ebuild,v 1.5 2014/06/08 11:07:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.1.1.ebuild,v 1.6 2015/02/18 19:37:33 mr_bones_ Exp $ EAPI=5 inherit flag-o-matic eutils qt4-r2 games @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86" IUSE="dedicated" RDEPEND="dev-db/sqlite:3 - dev-libs/boost[threads(+)] + dev-libs/boost:=[threads(+)] dev-libs/protobuf dev-libs/libgcrypt:0 dev-libs/tinyxml[stl] |