diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-26 21:14:43 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-26 21:14:43 +0000 |
commit | 6ec24feb53f96c9e4283413608645e7cb8453ddc (patch) | |
tree | c853ad3840e3f31f76d59942e0ce46343d48bfc3 /media-libs/libvorbis | |
parent | Restrict binchecks and strip, cuts about 20 seconds on the merge, as the pack... (diff) | |
download | gentoo-2-6ec24feb53f96c9e4283413608645e7cb8453ddc.tar.gz gentoo-2-6ec24feb53f96c9e4283413608645e7cb8453ddc.tar.bz2 gentoo-2-6ec24feb53f96c9e4283413608645e7cb8453ddc.zip |
Stabilize ppc wrt bug #155258.
(Portage version: 2.1.2_rc2-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 daa40c0c000e..4c26b90d3cca 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.64 2006/10/04 17:40:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.65 2006/11/26 21:14:43 drizzt Exp $ + + 26 Nov 2006; Timothy Redaelli <drizzt@gentoo.org> libvorbis-1.1.2.ebuild: + Stabilize ppc wrt bug #155258. 04 Oct 2006; Fabian Groffen <grobian@gentoo.org> libvorbis-1.0.1-r2.ebuild, libvorbis-1.1.0.ebuild, libvorbis-1.1.1.ebuild, diff --git a/media-libs/libvorbis/libvorbis-1.1.2.ebuild b/media-libs/libvorbis/libvorbis-1.1.2.ebuild index 196e06ea3297..fb3c9753c8dd 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.5 2006/10/04 17:40:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.2.ebuild,v 1.6 2006/11/26 21:14:43 drizzt 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" |