summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-09 12:19:26 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-09 12:19:26 +0000
commit03a1b337a08f8801150ef0a34ccc9f58f3304646 (patch)
treeabab2ae6bd7ee053cc0baf2b88f4a534d0b77e0f /media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild
parentAdded missing parentheses in SRC_URI/*DEPEND/LICENSE. (Manifest recommit) (diff)
downloadgentoo-2-03a1b337a08f8801150ef0a34ccc9f58f3304646.tar.gz
gentoo-2-03a1b337a08f8801150ef0a34ccc9f58f3304646.tar.bz2
gentoo-2-03a1b337a08f8801150ef0a34ccc9f58f3304646.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.ebuild8
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"