diff options
author | Markus Meier <maekke@gentoo.org> | 2010-07-23 11:28:55 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-07-23 11:28:55 +0000 |
commit | 51ece471e7d3bba77039a26669ab55eaed89a087 (patch) | |
tree | ee5b91f666196fc8126f74cec50852293ec6eed7 /media-libs/libvorbis | |
parent | arm stable, bug #324261 (diff) | |
download | gentoo-2-51ece471e7d3bba77039a26669ab55eaed89a087.tar.gz gentoo-2-51ece471e7d3bba77039a26669ab55eaed89a087.tar.bz2 gentoo-2-51ece471e7d3bba77039a26669ab55eaed89a087.zip |
arm stable, bug #324263
(Portage version: 2.2_rc67/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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index 01e45c60f419..aae97b03d2ea 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvorbis # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.132 2010/07/18 13:41:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.133 2010/07/23 11:28:55 maekke Exp $ + + 23 Jul 2010; Markus Meier <maekke@gentoo.org> libvorbis-1.3.1.ebuild: + arm stable, bug #324263 18 Jul 2010; <nixnut@gentoo.org> libvorbis-1.3.1.ebuild: ppc stable #324263 diff --git a/media-libs/libvorbis/libvorbis-1.3.1.ebuild b/media-libs/libvorbis/libvorbis-1.3.1.ebuild index a22b8bad7b3a..fcd8e25daa0d 100644 --- a/media-libs/libvorbis/libvorbis-1.3.1.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.1.ebuild,v 1.6 2010/07/18 13:41:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.1.ebuild,v 1.7 2010/07/23 11:28:55 maekke Exp $ EAPI=2 inherit autotools @@ -11,7 +11,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="static-libs" RDEPEND="media-libs/libogg" |