diff options
author | 2007-02-11 18:25:15 +0000 | |
---|---|---|
committer | 2007-02-11 18:25:15 +0000 | |
commit | 1d6207295e633f22fa508eea72287240038587d4 (patch) | |
tree | dafc28863cf015166221baa0aa4e74b8c51a2366 /media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild | |
parent | Don't depend on virtual/alsa (those are drivers), depend properly on media-li... (diff) | |
download | gentoo-2-1d6207295e633f22fa508eea72287240038587d4.tar.gz gentoo-2-1d6207295e633f22fa508eea72287240038587d4.tar.bz2 gentoo-2-1d6207295e633f22fa508eea72287240038587d4.zip |
As strange as it can sound, you can use alsa-lib without a kernel with ALSA support, thanks to alsa-plugins. So don't depend on virtual/alsa at all. This should deprecate virtual/alsa entirely.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild index 9f9ff1c7fd77..9ebf1aee2f8a 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild,v 1.1 2007/01/16 22:56:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild,v 1.2 2007/02/11 18:25:15 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -19,8 +19,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="doc debug alisp midi" -RDEPEND="virtual/alsa - >=media-sound/alsa-headers-${PV}" +RDEPEND=">=media-sound/alsa-headers-${PV}" DEPEND="${RDEPEND} doc? ( >=app-doc/doxygen-1.2.6 )" |