diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:56:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:56:43 +0000 |
commit | 1a1059abf830a083edf0bdf125c34c5bbb19cae5 (patch) | |
tree | 359bbc8ad5588ce19a0a47123c2592520dfd0185 /games-roguelike/tomenet/tomenet-4.5.3b.ebuild | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | historical-1a1059abf830a083edf0bdf125c34c5bbb19cae5.tar.gz historical-1a1059abf830a083edf0bdf125c34c5bbb19cae5.tar.bz2 historical-1a1059abf830a083edf0bdf125c34c5bbb19cae5.zip |
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'games-roguelike/tomenet/tomenet-4.5.3b.ebuild')
-rw-r--r-- | games-roguelike/tomenet/tomenet-4.5.3b.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-roguelike/tomenet/tomenet-4.5.3b.ebuild b/games-roguelike/tomenet/tomenet-4.5.3b.ebuild index 130e184cbc64..9a7099c76755 100644 --- a/games-roguelike/tomenet/tomenet-4.5.3b.ebuild +++ b/games-roguelike/tomenet/tomenet-4.5.3b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/tomenet-4.5.3b.ebuild,v 1.1 2013/07/16 11:24:22 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/tomenet-4.5.3b.ebuild,v 1.2 2014/05/15 16:56:38 ulm Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -20,7 +20,7 @@ DEPEND="sys-libs/ncurses x11-libs/libX11 ) sound? ( - media-libs/libsdl[audio] + media-libs/libsdl[sound] media-libs/sdl-mixer[vorbis,smpeg,mp3] ) )" |