diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-11-30 21:09:34 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-11-30 21:09:34 +0000 |
commit | 0b8de5ed2128b2aa1bde459518239ab9223ed3aa (patch) | |
tree | c80ebf59ea1a15ab1081410057c596adb7caec5f /media-libs/libvorbis | |
parent | Stable on ppc64; bug #151836 (diff) | |
download | gentoo-2-0b8de5ed2128b2aa1bde459518239ab9223ed3aa.tar.gz gentoo-2-0b8de5ed2128b2aa1bde459518239ab9223ed3aa.tar.bz2 gentoo-2-0b8de5ed2128b2aa1bde459518239ab9223ed3aa.zip |
Stable on ppc64; bug #155258
(Portage version: 2.1.1-r2)
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 c0fce4b50942..73d70a6e64f3 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.68 2006/11/28 14:01:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.69 2006/11/30 21:09:34 corsair Exp $ + + 30 Nov 2006; Markus Rothe <corsair@gentoo.org> libvorbis-1.1.2.ebuild: + Stable on ppc64; bug #155258 28 Nov 2006; Jeroen Roovers <jer@gentoo.org> libvorbis-1.1.2.ebuild: Stable for HPPA (bug #155258). diff --git a/media-libs/libvorbis/libvorbis-1.1.2.ebuild b/media-libs/libvorbis/libvorbis-1.1.2.ebuild index 506f5b599425..afeb1b09a500 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 # 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.9 2006/11/28 14:01:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.2.ebuild,v 1.10 2006/11/30 21:09:34 corsair 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" |