diff options
author | 2007-09-08 23:01:57 +0000 | |
---|---|---|
committer | 2007-09-08 23:01:57 +0000 | |
commit | 826adc5bbf25b8caaf29d07024ecdaa829c773d7 (patch) | |
tree | 6c2439d6ba8502694f7d4651e0c453fd7c9e13f8 /media-libs/libvorbis/libvorbis-1.1.2-r1.ebuild | |
parent | Properly control oss/sdl according to USE flags. (diff) | |
download | gentoo-2-826adc5bbf25b8caaf29d07024ecdaa829c773d7.tar.gz gentoo-2-826adc5bbf25b8caaf29d07024ecdaa829c773d7.tar.bz2 gentoo-2-826adc5bbf25b8caaf29d07024ecdaa829c773d7.zip |
No bugs in 30 days for libvorbis-1.1.2-r1. Bumped to stable on MIPS. Resolves bug #155258.
(Portage version: 2.1.2.12)
Diffstat (limited to 'media-libs/libvorbis/libvorbis-1.1.2-r1.ebuild')
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.1.2-r1.ebuild b/media-libs/libvorbis/libvorbis-1.1.2-r1.ebuild index a58239f33ae0..ba234c936612 100644 --- a/media-libs/libvorbis/libvorbis-1.1.2-r1.ebuild +++ b/media-libs/libvorbis/libvorbis-1.1.2-r1.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-r1.ebuild,v 1.9 2007/08/29 10:12:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.2-r1.ebuild,v 1.10 2007/09/08 23:01:57 redhatter 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" |