diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-05 12:18:48 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-05 12:18:48 +0000 |
commit | 6b4e6650727cb7bc0888284035380e8769e74309 (patch) | |
tree | 6da9e74a215f91fb5d728354b1a246118049b337 /media-libs/libvorbis | |
parent | add net-libs/gecko-sdk for removal, vulnerable and nothing depends on it (diff) | |
download | gentoo-2-6b4e6650727cb7bc0888284035380e8769e74309.tar.gz gentoo-2-6b4e6650727cb7bc0888284035380e8769e74309.tar.bz2 gentoo-2-6b4e6650727cb7bc0888284035380e8769e74309.zip |
stable on amd64; bug 155258
(Portage version: 2.1.2-r7)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index 0e07f2263154..0f0726c80571 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.70 2007/01/04 14:37:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.71 2007/02/05 12:18:48 blubb Exp $ + + 05 Feb 2007; Simon Stelling <blubb@gentoo.org> libvorbis-1.1.2.ebuild: + stable on amd64; bug 155258 04 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> libvorbis-1.1.2.ebuild: Stable on Alpha, bug 155258. diff --git a/media-libs/libvorbis/libvorbis-1.1.2.ebuild b/media-libs/libvorbis/libvorbis-1.1.2.ebuild index 0949c482fa9c..afc7e36dedd6 100644 --- a/media-libs/libvorbis/libvorbis-1.1.2.ebuild +++ b/media-libs/libvorbis/libvorbis-1.1.2.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.1.2.ebuild,v 1.13 2007/01/13 23:59:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.2.ebuild,v 1.14 2007/02/05 12:18:48 blubb Exp $ inherit libtool flag-o-matic eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz 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="aotuv" RDEPEND=">=media-libs/libogg-1.0" |