diff options
author | Markus Meier <maekke@gentoo.org> | 2012-02-08 21:33:27 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-02-08 21:33:27 +0000 |
commit | 265e33d5b0133562ba53236db1a3005e1fd5a123 (patch) | |
tree | b99062f01399826a13e5b73b3c5e6852f52a1907 /media-libs/libvorbis | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-265e33d5b0133562ba53236db1a3005e1fd5a123.tar.gz gentoo-2-265e33d5b0133562ba53236db1a3005e1fd5a123.tar.bz2 gentoo-2-265e33d5b0133562ba53236db1a3005e1fd5a123.zip |
arm stable, bug #400387
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index e3e8ae46d64a..d52d379d4213 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.142 2012/02/07 15:20:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.143 2012/02/08 21:33:27 maekke Exp $ + + 08 Feb 2012; Markus Meier <maekke@gentoo.org> libvorbis-1.3.2.ebuild: + arm stable, bug #400387 07 Feb 2012; Jeroen Roovers <jer@gentoo.org> libvorbis-1.3.2.ebuild: Stable for HPPA (bug #400387). diff --git a/media-libs/libvorbis/libvorbis-1.3.2.ebuild b/media-libs/libvorbis/libvorbis-1.3.2.ebuild index b0991649e617..9a087acd5d0a 100644 --- a/media-libs/libvorbis/libvorbis-1.3.2.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.2.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.2.ebuild,v 1.5 2012/02/07 15:20:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.2.ebuild,v 1.6 2012/02/08 21:33:27 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 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="static-libs" RDEPEND="media-libs/libogg" |