diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-04 14:37:28 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-04 14:37:28 +0000 |
commit | a125e4ab341a38f8f6a7113b54d4d0ff65bc5710 (patch) | |
tree | 0eee552a91f377b3ab84127464e66394cb6f5bd5 /media-libs/libvorbis | |
parent | Fix broken autotools handling. (diff) | |
download | gentoo-2-a125e4ab341a38f8f6a7113b54d4d0ff65bc5710.tar.gz gentoo-2-a125e4ab341a38f8f6a7113b54d4d0ff65bc5710.tar.bz2 gentoo-2-a125e4ab341a38f8f6a7113b54d4d0ff65bc5710.zip |
Stable on Alpha, bug 155258.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index 73d70a6e64f3..0e07f2263154 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvorbis -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.69 2006/11/30 21:09:34 corsair Exp $ +# 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 $ + + 04 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> libvorbis-1.1.2.ebuild: + Stable on Alpha, bug 155258. 30 Nov 2006; Markus Rothe <corsair@gentoo.org> libvorbis-1.1.2.ebuild: Stable on ppc64; bug #155258 diff --git a/media-libs/libvorbis/libvorbis-1.1.2.ebuild b/media-libs/libvorbis/libvorbis-1.1.2.ebuild index d0ce444d8ced..fc312a77ab68 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-2006 Gentoo Foundation +# 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.11 2006/12/03 03:22:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.2.ebuild,v 1.12 2007/01/04 14:37:28 kloeri 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" |