diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-12-11 23:38:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-12-11 23:38:03 +0000 |
commit | b8f4cdde9e67d714099cfeabd7a6ece54b5b1682 (patch) | |
tree | 12984fc0c6453fe5cccd9f65b9cf7a2de35cb9af /media-libs/libvorbis | |
parent | arm stable (diff) | |
download | gentoo-2-b8f4cdde9e67d714099cfeabd7a6ece54b5b1682.tar.gz gentoo-2-b8f4cdde9e67d714099cfeabd7a6ece54b5b1682.tar.bz2 gentoo-2-b8f4cdde9e67d714099cfeabd7a6ece54b5b1682.zip |
arm/sh stable
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'media-libs/libvorbis')
-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 531b1788c10c..adc67861db5d 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.10 2007/09/26 14:00:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.11 2007/12/11 23:38:03 vapier 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" |