diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-09-20 17:15:20 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-09-20 17:15:20 +0000 |
commit | a2e20b3850710db4a240e42d8835c11e7b45e9f1 (patch) | |
tree | f98a9279914fa6d8b6995e7b73b38c368670a225 /media-libs/libvorbis | |
parent | Version bump for security issues (bug 193196). (diff) | |
download | gentoo-2-a2e20b3850710db4a240e42d8835c11e7b45e9f1.tar.gz gentoo-2-a2e20b3850710db4a240e42d8835c11e7b45e9f1.tar.bz2 gentoo-2-a2e20b3850710db4a240e42d8835c11e7b45e9f1.zip |
ppc stable, bug #186716
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index 203f36fb75fe..af55cb1bc112 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvorbis # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.85 2007/09/20 16:52:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.86 2007/09/20 17:15:20 dertobi123 Exp $ + + 20 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org> + libvorbis-1.2.0.ebuild: + ppc stable, bug #186716 20 Sep 2007; Jeroen Roovers <jer@gentoo.org> libvorbis-1.2.0.ebuild: Stable for HPPA (bug #186716). diff --git a/media-libs/libvorbis/libvorbis-1.2.0.ebuild b/media-libs/libvorbis/libvorbis-1.2.0.ebuild index 2fb2776cea39..a28f051bf54d 100644 --- a/media-libs/libvorbis/libvorbis-1.2.0.ebuild +++ b/media-libs/libvorbis/libvorbis-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.4 2007/09/20 16:52:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.5 2007/09/20 17:15:20 dertobi123 Exp $ inherit libtool flag-o-matic eutils toolchain-funcs @@ -10,7 +10,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="doc" RDEPEND=">=media-libs/libogg-1" |