diff options
author | 2012-10-18 21:06:19 +0000 | |
---|---|---|
committer | 2012-10-18 21:06:19 +0000 | |
commit | 897d77316dcf7dc376944cee5e365c2d786d5a81 (patch) | |
tree | 7d0fce315608f3b8e4205f126423b472af34ded4 /games-strategy/wesnoth | |
parent | sci-libs/lapack-atlas: Remove virtual/fortran and always call fortran-2_pkg_s... (diff) | |
download | gentoo-2-897d77316dcf7dc376944cee5e365c2d786d5a81.tar.gz gentoo-2-897d77316dcf7dc376944cee5e365c2d786d5a81.tar.bz2 gentoo-2-897d77316dcf7dc376944cee5e365c2d786d5a81.zip |
added joystick use dep for libsdl (bug #438846)
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.10.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 64022b76c722..943f36311c6b 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.214 2012/10/17 03:08:58 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.215 2012/10/18 21:06:19 mr_bones_ Exp $ + + 18 Oct 2012; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.10.4.ebuild: + added joystick use dep for libsdl (bug #438846) 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> wesnoth-1.10.4.ebuild: x86 stable wrt bug #436816 diff --git a/games-strategy/wesnoth/wesnoth-1.10.4.ebuild b/games-strategy/wesnoth/wesnoth-1.10.4.ebuild index 2b1c5430003c..8971dafc8ba7 100644 --- a/games-strategy/wesnoth/wesnoth-1.10.4.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.10.4.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-strategy/wesnoth/wesnoth-1.10.4.ebuild,v 1.4 2012/10/17 03:08:58 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.4.ebuild,v 1.5 2012/10/18 21:06:19 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="dbus dedicated doc nls server" -RDEPEND=">=media-libs/libsdl-1.2.7[video,X] +RDEPEND=">=media-libs/libsdl-1.2.7[joystick,video,X] media-libs/sdl-net >=media-libs/sdl-ttf-2.0.8 >=media-libs/sdl-mixer-1.2[vorbis] |