diff options
author | Markus Meier <maekke@gentoo.org> | 2012-06-06 19:09:28 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-06-06 19:09:28 +0000 |
commit | a186fcdcaee7b872fa23e3be466426abf42b6bec (patch) | |
tree | 507c9ed2a1fad521258b8f4159112190d909b341 /media-libs/libvorbis/libvorbis-1.3.3.ebuild | |
parent | add ~arm, bug #416571 (diff) | |
download | gentoo-2-a186fcdcaee7b872fa23e3be466426abf42b6bec.tar.gz gentoo-2-a186fcdcaee7b872fa23e3be466426abf42b6bec.tar.bz2 gentoo-2-a186fcdcaee7b872fa23e3be466426abf42b6bec.zip |
arm stable, bug #419101
(Portage version: 2.1.10.63/cvs/Linux i686)
Diffstat (limited to 'media-libs/libvorbis/libvorbis-1.3.3.ebuild')
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.3.3.ebuild b/media-libs/libvorbis/libvorbis-1.3.3.ebuild index 12ca05e1b0de..3134d54a4db1 100644 --- a/media-libs/libvorbis/libvorbis-1.3.3.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild,v 1.7 2012/06/06 13:04:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild,v 1.8 2012/06/06 19:09:28 maekke Exp $ EAPI=4 inherit autotools @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs" RDEPEND="media-libs/libogg" |