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 | cd568b7a5bcad89938750f86e8248b9cac36011a (patch) | |
tree | b3def25e2a37cce02d5299399375c7348134a85c /media-libs/libsdl/libsdl-1.2.6-r3.ebuild | |
parent | Initial import (bug #108033) (diff) | |
download | historical-cd568b7a5bcad89938750f86e8248b9cac36011a.tar.gz historical-cd568b7a5bcad89938750f86e8248b9cac36011a.tar.bz2 historical-cd568b7a5bcad89938750f86e8248b9cac36011a.zip |
Dont RDEPEND on audiofile if USE=noaudio #108091 by Brice Arnould.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-libs/libsdl/libsdl-1.2.6-r3.ebuild')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild b/media-libs/libsdl/libsdl-1.2.6-r3.ebuild index d166cdab6e73..2fe8ee6ebc36 100644 --- a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild +++ b/media-libs/libsdl/libsdl-1.2.6-r3.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.6-r3.ebuild,v 1.15 2005/02/25 21:02:09 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.16 2005/10/05 00:34:45 vapier Exp $ inherit eutils flag-o-matic @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl noaudio novideo nojoystick" # if you disable audio/video/joystick and something breaks, you pick up the pieces -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 ) |