diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-07-10 04:11:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-07-10 04:11:35 +0000 |
commit | 24eb556d6a86b2431bd709c9d43cd430287fa4c4 (patch) | |
tree | 92b1b4c0c6ae5f745340de82f8472863e1844ed0 /games-strategy/wesnoth | |
parent | Fix qtgui dependency for qt-4.8.5 - dbus useflag dropped (diff) | |
download | gentoo-2-24eb556d6a86b2431bd709c9d43cd430287fa4c4.tar.gz gentoo-2-24eb556d6a86b2431bd709c9d43cd430287fa4c4.tar.bz2 gentoo-2-24eb556d6a86b2431bd709c9d43cd430287fa4c4.zip |
hide more packages behind the dedicated use flag
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.10.6.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 58863d9081b7..61f985da5c15 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.226 2013/07/04 12:23:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.227 2013/07/10 04:11:35 mr_bones_ Exp $ + + 10 Jul 2013; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.10.6.ebuild: + hide more packages behind the dedicated use flag 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> wesnoth-1.10.6.ebuild: Stable for x86, wrt bug #473232 diff --git a/games-strategy/wesnoth/wesnoth-1.10.6.ebuild b/games-strategy/wesnoth/wesnoth-1.10.6.ebuild index c5a4e73689ce..7ba37eeadf5c 100644 --- a/games-strategy/wesnoth/wesnoth-1.10.6.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.6.ebuild,v 1.5 2013/07/04 12:23:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.6.ebuild,v 1.6 2013/07/10 04:11:35 mr_bones_ Exp $ EAPI=5 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games @@ -16,17 +16,17 @@ IUSE="dbus dedicated doc nls server" 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] - >=media-libs/sdl-image-1.2[jpeg,png] !dedicated? ( + >=media-libs/sdl-ttf-2.0.8 + >=media-libs/sdl-mixer-1.2[vorbis] + >=media-libs/sdl-image-1.2[jpeg,png] dbus? ( sys-apps/dbus ) + sys-libs/zlib + x11-libs/pango + dev-lang/lua + media-libs/fontconfig ) >=dev-libs/boost-1.36 - sys-libs/zlib - x11-libs/pango - dev-lang/lua - media-libs/fontconfig virtual/libintl" DEPEND="${RDEPEND} virtual/pkgconfig |