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 | 03a1b337a08f8801150ef0a34ccc9f58f3304646 (patch) | |
tree | abab2ae6bd7ee053cc0baf2b88f4a534d0b77e0f /media-sound/alsa-patch-bay | |
parent | Added missing parentheses in SRC_URI/*DEPEND/LICENSE. (Manifest recommit) (diff) | |
download | gentoo-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')
-rw-r--r-- | media-sound/alsa-patch-bay/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild | 8 | ||||
-rw-r--r-- | media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/alsa-patch-bay/ChangeLog b/media-sound/alsa-patch-bay/ChangeLog index 7b225f65a28a..00299adfa961 100644 --- a/media-sound/alsa-patch-bay/ChangeLog +++ b/media-sound/alsa-patch-bay/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/alsa-patch-bay -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.19 2004/11/22 22:30:48 eradicator Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.20 2005/01/09 12:19:26 swegener Exp $ + + 09 Jan 2005; Sven Wegener <swegener@gentoo.org> + alsa-patch-bay-1.0.0-r1.ebuild: + Added missing parentheses in SRC_URI/*DEPEND/LICENSE. *alsa-patch-bay-1.0.0-r2 (22 Nov 2004) 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" diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild index 35f747b636b6..5b83433ebf95 100644 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild +++ b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.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-r2.ebuild,v 1.1 2004/11/22 22:30:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild,v 1.2 2005/01/09 12:19:26 swegener Exp $ IUSE="alsa jack ladcca fltk gtk" |