diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-07-04 08:15:48 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-07-04 08:15:48 +0000 |
commit | b130f2af43f3844437b7613d05a43aa131efae4a (patch) | |
tree | cfae80d706a7428717284ffbd68cbf6052c31478 /media-sound/lash | |
parent | Dropped old version (diff) | |
download | gentoo-2-b130f2af43f3844437b7613d05a43aa131efae4a.tar.gz gentoo-2-b130f2af43f3844437b7613d05a43aa131efae4a.tar.bz2 gentoo-2-b130f2af43f3844437b7613d05a43aa131efae4a.zip |
alsa is optional
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-sound/lash')
-rw-r--r-- | media-sound/lash/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lash/lash-0.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/lash/ChangeLog b/media-sound/lash/ChangeLog index 0254f28161a1..a619439a0a60 100644 --- a/media-sound/lash/ChangeLog +++ b/media-sound/lash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lash # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.9 2007/07/03 22:49:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.10 2007/07/04 08:15:48 aballier Exp $ + + 04 Jul 2007; Alexis Ballier <aballier@gentoo.org> lash-0.5.3.ebuild: + alsa is optional 03 Jul 2007; Alexis Ballier <aballier@gentoo.org> metadata.xml: move to proaudio herd diff --git a/media-sound/lash/lash-0.5.3.ebuild b/media-sound/lash/lash-0.5.3.ebuild index a278c09d640b..96d39fe95d74 100644 --- a/media-sound/lash/lash-0.5.3.ebuild +++ b/media-sound/lash/lash-0.5.3.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-sound/lash/lash-0.5.3.ebuild,v 1.1 2007/07/03 22:47:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.3.ebuild,v 1.2 2007/07/04 08:15:48 aballier Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="alsa debug" -DEPEND="media-libs/alsa-lib +DEPEND="alsa? ( media-libs/alsa-lib ) media-sound/jack-audio-connection-kit dev-libs/libxml2 >=x11-libs/gtk+-2.0" |