diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-05 00:34:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-05 00:34:45 +0000 |
commit | 897e1b558066cde1e1ef6cf6832f91fdb24428bf (patch) | |
tree | 4a4b34334159d2cbede594d9d80d9b823c654219 /media-libs/libsdl/libsdl-1.2.9.ebuild | |
parent | Initial import (bug #108033) (diff) | |
download | gentoo-2-897e1b558066cde1e1ef6cf6832f91fdb24428bf.tar.gz gentoo-2-897e1b558066cde1e1ef6cf6832f91fdb24428bf.tar.bz2 gentoo-2-897e1b558066cde1e1ef6cf6832f91fdb24428bf.zip |
Dont RDEPEND on audiofile if USE=noaudio #108091 by Brice Arnould.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/libsdl/libsdl-1.2.9.ebuild')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.9.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.9.ebuild b/media-libs/libsdl/libsdl-1.2.9.ebuild index a70f58696b25..f4ee02c2b267 100644 --- a/media-libs/libsdl/libsdl-1.2.9.ebuild +++ b/media-libs/libsdl/libsdl-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.9.ebuild,v 1.6 2005/09/28 04:05:36 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.9.ebuild,v 1.7 2005/10/05 00:34:45 vapier Exp $ inherit flag-o-matic toolchain-funcs eutils @@ -17,12 +17,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x8 # bug reports to be marked INVALID. IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca pic noaudio novideo nojoystick noflagstrip" -RDEPEND=">=media-libs/audiofile-0.1.9 +RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 ) alsa? ( media-libs/alsa-lib ) esd? ( >=media-sound/esound-0.2.19 ) arts? ( kde-base/arts ) - nas? ( media-libs/nas - virtual/x11 ) + nas? ( media-libs/nas virtual/x11 ) X? ( virtual/x11 ) directfb? ( >=dev-libs/DirectFB-0.9.19 ) ggi? ( >=media-libs/libggi-2.0_beta3 ) |