diff options
author | 2004-06-19 11:15:16 +0000 | |
---|---|---|
committer | 2004-06-19 11:15:16 +0000 | |
commit | 97d37f38243e54e92f516379cdc2c7382e5b15c9 (patch) | |
tree | 24a64d6fb822cd64ee9809f7573e6b8ede62adf2 /media-libs/alsa-lib/alsa-lib-0.9.8.ebuild | |
parent | Added a patch to add in missing I2C sanity checks that were added upstream in... (diff) | |
download | gentoo-2-97d37f38243e54e92f516379cdc2c7382e5b15c9.tar.gz gentoo-2-97d37f38243e54e92f516379cdc2c7382e5b15c9.tar.bz2 gentoo-2-97d37f38243e54e92f516379cdc2c7382e5b15c9.zip |
Add symlink to alsa driver headers if alsa-drivers is not installed. This should take care of problems like bug #54381.
Diffstat (limited to 'media-libs/alsa-lib/alsa-lib-0.9.8.ebuild')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild index 9aa4d6c06c7b..07fbb360a31e 100644 --- a/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild,v 1.11 2004/03/27 07:48:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild,v 1.12 2004/06/19 11:15:16 eradicator Exp $ inherit libtool @@ -13,7 +13,7 @@ LICENSE="GPL-2 LGPL-2.1" IUSE="jack" -RDEPEND="!ppc? ( jack? ( virtual/jack ) )" +RDEPEND="!ppc? ( jack? ( media-sound/jack-audio-connection-kit ) )" DEPEND="${RDEPEND} >=sys-devel/automake-1.7.2 |