diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-02-19 17:38:31 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-02-19 17:38:31 +0000 |
commit | 258134cd74a2976238970f552b331c5fc4fd4298 (patch) | |
tree | ae09608cf7f9f3064a795e4f3f1ee6ff299a3fd9 /media-libs/libvorbis | |
parent | alpha/ia64/sh/sparc stable wrt #400345 (diff) | |
download | gentoo-2-258134cd74a2976238970f552b331c5fc4fd4298.tar.gz gentoo-2-258134cd74a2976238970f552b331c5fc4fd4298.tar.bz2 gentoo-2-258134cd74a2976238970f552b331c5fc4fd4298.zip |
alpha/ia64/sh/sparc stable wrt #400387
(Portage version: 2.1.10.44/cvs/Linux ia64)
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 d52d379d4213..418a968bd42b 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.143 2012/02/08 21:33:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.144 2012/02/19 17:38:31 armin76 Exp $ + + 19 Feb 2012; Raúl Porcel <armin76@gentoo.org> libvorbis-1.3.2.ebuild: + alpha/ia64/sh/sparc stable wrt #400387 08 Feb 2012; Markus Meier <maekke@gentoo.org> libvorbis-1.3.2.ebuild: arm stable, bug #400387 diff --git a/media-libs/libvorbis/libvorbis-1.3.2.ebuild b/media-libs/libvorbis/libvorbis-1.3.2.ebuild index 9a087acd5d0a..15a9bd8e71e8 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.6 2012/02/08 21:33:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.2.ebuild,v 1.7 2012/02/19 17:38:31 armin76 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" |