diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-04 19:13:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-04 19:13:38 +0000 |
commit | 388b1b360ef07cb608cbe404bb0f5ed2a8f9b547 (patch) | |
tree | 67e2d4537d718cb4c22a6051fa5f9eede2a56a59 /games-board/pokerth | |
parent | Replace {E}D with {E}ROOT for pkg_postinst (diff) | |
download | gentoo-2-388b1b360ef07cb608cbe404bb0f5ed2a8f9b547.tar.gz gentoo-2-388b1b360ef07cb608cbe404bb0f5ed2a8f9b547.tar.bz2 gentoo-2-388b1b360ef07cb608cbe404bb0f5ed2a8f9b547.zip |
doesn't build with boost-1.50
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-board/pokerth')
-rw-r--r-- | games-board/pokerth/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-0.9.5.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index a667b35ae812..7b57d1c084fb 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pokerth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.43 2012/09/01 00:11:01 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.44 2012/09/04 19:13:38 mr_bones_ Exp $ + + 04 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.9.5.ebuild: + doesn't build with boost-1.50 01 Sep 2012; Julian Ospald <hasufell@gentoo.org> pokerth-0.9.5.ebuild, files/pokerth-0.9.5-underlinking.patch: diff --git a/games-board/pokerth/pokerth-0.9.5.ebuild b/games-board/pokerth/pokerth-0.9.5.ebuild index 2f2da0888055..ff5bc9ac33e7 100644 --- a/games-board/pokerth/pokerth-0.9.5.ebuild +++ b/games-board/pokerth/pokerth-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.7 2012/09/01 00:11:01 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.8 2012/09/04 19:13:38 mr_bones_ Exp $ EAPI=2 inherit flag-o-matic eutils qt4-r2 games @@ -17,6 +17,7 @@ IUSE="dedicated" RDEPEND="dev-db/sqlite:3 >=dev-libs/boost-1.44 + <dev-libs/boost-1.50 dev-libs/libgcrypt dev-libs/tinyxml[stl] net-libs/libircclient @@ -48,7 +49,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-underlinking.patch - local boost_ver=$(best_version ">=dev-libs/boost-1.41") + local boost_ver=$(best_version "<dev-libs/boost-1.50") boost_ver=${boost_ver/*boost-/} boost_ver=${boost_ver%.*} |