diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 12:19:26 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 12:19:26 +0000 |
commit | 80e276667070dba39a27f7bba6dfa349d9450a4c (patch) | |
tree | b57ca35e55659bae068256a1deb80ced1ef72da4 /media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild | |
parent | Added missing parentheses in SRC_URI/*DEPEND/LICENSE. (diff) | |
download | historical-80e276667070dba39a27f7bba6dfa349d9450a4c.tar.gz historical-80e276667070dba39a27f7bba6dfa349d9450a4c.tar.bz2 historical-80e276667070dba39a27f7bba6dfa349d9450a4c.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild')
-rw-r--r-- | media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild index 6ac7b3709556..a25acb25a508 100644 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild +++ b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild,v 1.4 2004/09/03 09:16:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild,v 1.5 2005/01/09 12:19:26 swegener Exp $ inherit eutils @@ -17,8 +17,8 @@ IUSE="fltk" # To use fltk instead, do $ USE="fltk" emerge alsa-patch-bay # Note: fltk is not an official USE flag, and the dependency on # it may go away in the future. -DEPEND="!fltk? =dev-cpp/gtkmm-2.2* - fltk? >=x11-libs/fltk-1.1.2 +DEPEND="!fltk? ( =dev-cpp/gtkmm-2.2* ) + fltk? ( >=x11-libs/fltk-1.1.2 ) >=media-libs/alsa-lib-0.9.0_rc1" SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" |