diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:13:57 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:13:57 +0000 |
commit | 19433c5b361f52186df25908a2117236dd3811cc (patch) | |
tree | 5ef513e9cbab3340cd19a09e87d6226e26945338 /media-sound/waif/waif-0.59.7.ebuild | |
parent | Added missing parentheses in SRC_URI/*DEPEND/LICENSE. (Manifest recommit) (diff) | |
download | gentoo-2-19433c5b361f52186df25908a2117236dd3811cc.tar.gz gentoo-2-19433c5b361f52186df25908a2117236dd3811cc.tar.bz2 gentoo-2-19433c5b361f52186df25908a2117236dd3811cc.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'media-sound/waif/waif-0.59.7.ebuild')
-rw-r--r-- | media-sound/waif/waif-0.59.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/waif/waif-0.59.7.ebuild b/media-sound/waif/waif-0.59.7.ebuild index e0e818cc7c36..ff6be80d5981 100644 --- a/media-sound/waif/waif-0.59.7.ebuild +++ b/media-sound/waif/waif-0.59.7.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/waif/waif-0.59.7.ebuild,v 1.13 2004/10/07 07:10:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.7.ebuild,v 1.14 2005/01/09 11:12:41 swegener Exp $ IUSE="xmms oggvorbis" @@ -11,7 +11,7 @@ S2=${WORKDIR}/wfxmms DESCRIPTION="Why Another Infernal Frontend -- console front end for various media-players" HOMEPAGE="http://eds.org/~straycat" SRC_URI="http://www.eds.org/~straycat/${P}.tar.gz - xmms? http://www.eds.org/~straycat/wfxmms-0.6.tgz" + xmms? ( http://www.eds.org/~straycat/wfxmms-0.6.tgz )" SLOT="0" LICENSE="as-is" |