diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-26 07:43:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-26 07:43:49 +0000 |
commit | d4870f28ccbbfe348feb6c863f6dc73d558bcc27 (patch) | |
tree | a760795dad4f943f988070479befc83d0002a887 /games-strategy | |
parent | Version bump, #311279, thank Dennis Schridde for report. Drop old. (diff) | |
download | gentoo-2-d4870f28ccbbfe348feb6c863f6dc73d558bcc27.tar.gz gentoo-2-d4870f28ccbbfe348feb6c863f6dc73d558bcc27.tar.bz2 gentoo-2-d4870f28ccbbfe348feb6c863f6dc73d558bcc27.zip |
... but not 1.37
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.8.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.8.ebuild b/games-strategy/wesnoth/wesnoth-1.8.ebuild index 2c65c63ee19a..7d11e75d8a9a 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.2 2010/03/26 06:50:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.3 2010/03/26 07:43:49 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils 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.42 dev-libs/boost:1.41 dev-libs/boost:1.37 dev-libs/boost:1.35 ) + || ( dev-libs/boost:1.42 dev-libs/boost:1.41 dev-libs/boost:1.35 ) sys-libs/zlib x11-libs/pango dev-lang/lua @@ -58,7 +58,6 @@ src_prepare() { fi # how do I hate boost? Let me count the ways... has_version dev-libs/boost:1.35 && boost_ver=1_35 - has_version dev-libs/boost:1.37 && boost_ver=1_37 has_version dev-libs/boost:1.41 && boost_ver=1_41 has_version dev-libs/boost:1.42 && boost_ver=1_42 append-cxxflags \ |