diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-15 12:55:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-15 12:55:40 +0000 |
commit | 62fdbc9597c1436d1570b7e33a50be9eece21d97 (patch) | |
tree | 3066be401749d1edf3d13d41e9321750a8b7245d /media-libs/libvorbis | |
parent | old (diff) | |
download | gentoo-2-62fdbc9597c1436d1570b7e33a50be9eece21d97.tar.gz gentoo-2-62fdbc9597c1436d1570b7e33a50be9eece21d97.tar.bz2 gentoo-2-62fdbc9597c1436d1570b7e33a50be9eece21d97.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index 6b03f79999ee..b9da5ab80190 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvorbis # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.145 2012/05/05 08:02:35 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.146 2012/05/15 12:55:40 aballier Exp $ + + 15 May 2012; Alexis Ballier <aballier@gentoo.org> libvorbis-1.3.3.ebuild: + keyword ~amd64-fbsd 05 May 2012; Jeff Horelick <jdhore@gentoo.org> libvorbis-1.3.1.ebuild, libvorbis-1.3.2.ebuild, libvorbis-1.3.3.ebuild: diff --git a/media-libs/libvorbis/libvorbis-1.3.3.ebuild b/media-libs/libvorbis/libvorbis-1.3.3.ebuild index a02d05839596..241dcd84ebbf 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.2 2012/05/05 08:02:35 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild,v 1.3 2012/05/15 12:55:40 aballier 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 ~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" |