diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-18 14:24:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-18 14:24:53 +0000 |
commit | 52442b79f18894a94004c2734c3e366d7bf07f1d (patch) | |
tree | 26c2197043db2f6bb8870ee842d586205ad36efa /games-strategy | |
parent | Needs to be rebuilt when libboost_python so version changes (diff) | |
download | gentoo-2-52442b79f18894a94004c2734c3e366d7bf07f1d.tar.gz gentoo-2-52442b79f18894a94004c2734c3e366d7bf07f1d.tar.bz2 gentoo-2-52442b79f18894a94004c2734c3e366d7bf07f1d.zip |
Needs to be rebuilt when libboost so versions change
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index d262ce735233..bcf5fc907b3b 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.249 2015/06/26 04:06:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.250 2015/07/18 14:24:53 pacho Exp $ + + 18 Jul 2015; Pacho Ramos <pacho@gentoo.org> wesnoth-1.12.4.ebuild: + Needs to be rebuilt when libboost so versions change *wesnoth-1.12.4 (26 Jun 2015) diff --git a/games-strategy/wesnoth/wesnoth-1.12.4.ebuild b/games-strategy/wesnoth/wesnoth-1.12.4.ebuild index c7fc73b2db09..3d85711e4ed9 100644 --- a/games-strategy/wesnoth/wesnoth-1.12.4.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.4.ebuild,v 1.1 2015/06/26 04:06:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.4.ebuild,v 1.2 2015/07/18 14:24:53 pacho Exp $ EAPI=5 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games @@ -27,7 +27,7 @@ RDEPEND=">=media-libs/libsdl-1.2.7:0[joystick,video,X] dev-lang/lua:0 media-libs/fontconfig ) - >=dev-libs/boost-1.48[nls,threads] + >=dev-libs/boost-1.48:=[nls,threads] virtual/libintl" DEPEND="${RDEPEND} virtual/pkgconfig |