diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-09 23:51:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-09 23:51:11 +0000 |
commit | 893b6047cbdf37dc683324b48666851c9b22bc8b (patch) | |
tree | 8451017e23d9022eff8b1da27d38853c5f6a9ec5 /games-strategy | |
parent | stable sparc, bug 312359 (diff) | |
download | gentoo-2-893b6047cbdf37dc683324b48666851c9b22bc8b.tar.gz gentoo-2-893b6047cbdf37dc683324b48666851c9b22bc8b.tar.bz2 gentoo-2-893b6047cbdf37dc683324b48666851c9b22bc8b.zip |
Don't force the boost slot to 0 (bug #311635)
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 7a5b812e1fe2..d55a13c28e5f 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.177 2010/04/07 19:44:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.178 2010/04/09 23:51:11 mr_bones_ Exp $ + + 09 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.8.ebuild: + Don't force the boost slot to 0 (bug #311635) 07 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.8.ebuild: another attempt at sane boost handling diff --git a/games-strategy/wesnoth/wesnoth-1.8.ebuild b/games-strategy/wesnoth/wesnoth-1.8.ebuild index 7b6308be59fe..ca885fabed60 100644 --- a/games-strategy/wesnoth/wesnoth-1.8.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.8 2010/04/07 19:44:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.9 2010/04/09 23:51:11 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games @@ -22,7 +22,7 @@ RDEPEND=">=media-libs/libsdl-1.2.7[video,X] !dedicated? ( dbus? ( sys-apps/dbus ) ) - >=dev-libs/boost-1.35:0 + >=dev-libs/boost-1.35 sys-libs/zlib x11-libs/pango dev-lang/lua |