diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-09-20 18:54:36 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-09-20 18:54:36 +0000 |
commit | e7fadb8f2ad8a4561fb2b82692fa048be58c7f12 (patch) | |
tree | b81c5b7b5eea36d2311a5d9bc6dd1aaf11f0ef31 /media-libs/libvorbis/libvorbis-1.2.0.ebuild | |
parent | Stable on amd64 wrt bug #192849 (diff) | |
download | gentoo-2-e7fadb8f2ad8a4561fb2b82692fa048be58c7f12.tar.gz gentoo-2-e7fadb8f2ad8a4561fb2b82692fa048be58c7f12.tar.bz2 gentoo-2-e7fadb8f2ad8a4561fb2b82692fa048be58c7f12.zip |
stable x86, security bug 186716
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-libs/libvorbis/libvorbis-1.2.0.ebuild')
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.2.0.ebuild b/media-libs/libvorbis/libvorbis-1.2.0.ebuild index a28f051bf54d..c106a7ee48e7 100644 --- a/media-libs/libvorbis/libvorbis-1.2.0.ebuild +++ b/media-libs/libvorbis/libvorbis-1.2.0.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.2.0.ebuild,v 1.5 2007/09/20 17:15:20 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.6 2007/09/20 18:54:36 opfer Exp $ inherit libtool flag-o-matic eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.bz2" 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="doc" RDEPEND=">=media-libs/libogg-1" |