diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-05 15:49:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-05 15:49:59 +0000 |
commit | 3bedac67ccb55c9cee2b101d8ccf74548e26eb34 (patch) | |
tree | 78981205b951f4fcf608eb7ab99fd79d2b6dfefd /media-libs/libvorbis | |
parent | Added missing parentheses to *DEPEND. (diff) | |
download | gentoo-2-3bedac67ccb55c9cee2b101d8ccf74548e26eb34.tar.gz gentoo-2-3bedac67ccb55c9cee2b101d8ccf74548e26eb34.tar.bz2 gentoo-2-3bedac67ccb55c9cee2b101d8ccf74548e26eb34.zip |
Added missing parentheses to SRC_URI.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index c515ae5a9674..f54f09ef0d6d 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvorbis # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.50 2005/04/08 19:26:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.51 2005/05/05 15:49:59 swegener Exp $ + + 05 May 2005; Sven Wegener <swegener@gentoo.org> libvorbis-1.1.0.ebuild: + Added missing parentheses to SRC_URI. 08 Apr 2005; Markus Rothe <corsair@gentoo.org> libvorbis-1.1.0.ebuild: Stable on ppc64 diff --git a/media-libs/libvorbis/libvorbis-1.1.0.ebuild b/media-libs/libvorbis/libvorbis-1.1.0.ebuild index d5a4f9983f54..d17c3a692d88 100644 --- a/media-libs/libvorbis/libvorbis-1.1.0.ebuild +++ b/media-libs/libvorbis/libvorbis-1.1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.0.ebuild,v 1.13 2005/04/08 19:26:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.0.ebuild,v 1.14 2005/05/05 15:49:59 swegener Exp $ inherit libtool flag-o-matic eutils toolchain-funcs DESCRIPTION="the Ogg Vorbis sound file format library" HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz - aotuv? mirror://gentoo/libvorbis-aotuv-b3.patch" + aotuv? ( mirror://gentoo/libvorbis-aotuv-b3.patch )" LICENSE="BSD" SLOT="0" |