diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-11-30 18:03:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-11-30 18:03:10 +0000 |
commit | 38e71cfc0dabadb9cecb49244645c9d777a2ff55 (patch) | |
tree | fad1bc96b59e3602eec07953df87f7814b265084 /games-strategy | |
parent | dev-lang/ifc: Version Bump (diff) | |
download | gentoo-2-38e71cfc0dabadb9cecb49244645c9d777a2ff55.tar.gz gentoo-2-38e71cfc0dabadb9cecb49244645c9d777a2ff55.tar.bz2 gentoo-2-38e71cfc0dabadb9cecb49244645c9d777a2ff55.zip |
Needs libsdl[opengl] (bug #531216)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/boswars/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/boswars/boswars-2.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/boswars/ChangeLog b/games-strategy/boswars/ChangeLog index a7fcb63aa8af..20facdcbdf80 100644 --- a/games-strategy/boswars/ChangeLog +++ b/games-strategy/boswars/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/boswars # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.28 2014/08/25 20:31:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.29 2014/11/30 18:03:10 mr_bones_ Exp $ + + 30 Nov 2014; Michael Sterrett <mr_bones_@gentoo.org> boswars-2.7-r1.ebuild: + Needs libsdl[opengl] (bug #531216) 25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -boswars-2.6.1.ebuild, -files/boswars-2.6.1-gentoo.patch, -files/boswars-2.6.1-scons-blows.patch: diff --git a/games-strategy/boswars/boswars-2.7-r1.ebuild b/games-strategy/boswars/boswars-2.7-r1.ebuild index dc2d4c7cef0c..c441e6dcc9f4 100644 --- a/games-strategy/boswars/boswars-2.7-r1.ebuild +++ b/games-strategy/boswars/boswars-2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild,v 1.5 2014/05/15 17:02:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild,v 1.6 2014/11/30 18:03:10 mr_bones_ Exp $ EAPI=5 inherit eutils scons-utils games @@ -17,7 +17,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-lang/lua - media-libs/libsdl[sound,video] + media-libs/libsdl[opengl,sound,video] media-libs/libpng:0 media-libs/libvorbis media-libs/libtheora |