diff options
author | Robert Buchholz <rbu@gentoo.org> | 2007-09-20 19:07:33 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2007-09-20 19:07:33 +0000 |
commit | b873c04a39e5d94144878a2fd702711f090615d1 (patch) | |
tree | 43389882e0e9c15c4c2b4f9dc1ec40bc83901a57 /media-libs/libvorbis | |
parent | x86 stable wrt #193229 (diff) | |
download | gentoo-2-b873c04a39e5d94144878a2fd702711f090615d1.tar.gz gentoo-2-b873c04a39e5d94144878a2fd702711f090615d1.tar.bz2 gentoo-2-b873c04a39e5d94144878a2fd702711f090615d1.zip |
amd64 stable (bug #186716)
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index 14942e5f6492..5d8608dcba1a 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvorbis # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.87 2007/09/20 18:54:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.88 2007/09/20 19:07:33 rbu Exp $ + + 20 Sep 2007; Robert Buchholz <rbu@gentoo.org> libvorbis-1.2.0.ebuild: + amd64 stable (bug #186716) 20 Sep 2007; Christian Faulhammer <opfer@gentoo.org> libvorbis-1.2.0.ebuild: diff --git a/media-libs/libvorbis/libvorbis-1.2.0.ebuild b/media-libs/libvorbis/libvorbis-1.2.0.ebuild index c106a7ee48e7..fcfa434cd1fc 100644 --- a/media-libs/libvorbis/libvorbis-1.2.0.ebuild +++ b/media-libs/libvorbis/libvorbis-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.6 2007/09/20 18:54:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.7 2007/09/20 19:07:33 rbu Exp $ inherit libtool flag-o-matic eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc" RDEPEND=">=media-libs/libogg-1" |