diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-02 10:38:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-02 10:38:04 +0000 |
commit | d654d2ac1c572fa6098e53aafad1c4bbd4682bdf (patch) | |
tree | 396a9affa04c0290f2ba4f25d3f4c44a55e10faa /media-libs/libvorbis/libvorbis-1.3.3.ebuild | |
parent | Stable for amd64, wrt bug #419097 (diff) | |
download | historical-d654d2ac1c572fa6098e53aafad1c4bbd4682bdf.tar.gz historical-d654d2ac1c572fa6098e53aafad1c4bbd4682bdf.tar.bz2 historical-d654d2ac1c572fa6098e53aafad1c4bbd4682bdf.zip |
Stable for amd64, wrt bug #419101
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
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 241dcd84ebbf..33248fef2b15 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.3 2012/05/15 12:55:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild,v 1.4 2012/06/02 10:38:04 ago 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" |