diff options
author | 2007-09-20 16:52:43 +0000 | |
---|---|---|
committer | 2007-09-20 16:52:43 +0000 | |
commit | 19453e015a424104815b8122bc7ef51a00c991b6 (patch) | |
tree | 2462ebc851ae1994fb87e0c00f66a73815fbbcee | |
parent | ppc stable, bug #192373 (diff) | |
download | gentoo-2-19453e015a424104815b8122bc7ef51a00c991b6.tar.gz gentoo-2-19453e015a424104815b8122bc7ef51a00c991b6.tar.bz2 gentoo-2-19453e015a424104815b8122bc7ef51a00c991b6.zip |
Stable for HPPA (bug #186716).
(Portage version: 2.1.3.9)
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index de5136bcfa5d..203f36fb75fe 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # 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.84 2007/09/08 23:01:57 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.85 2007/09/20 16:52:42 jer Exp $ + + 20 Sep 2007; Jeroen Roovers <jer@gentoo.org> libvorbis-1.2.0.ebuild: + Stable for HPPA (bug #186716). 08 Sep 2007; Stuart Longland <redhatter@gentoo.org> libvorbis-1.1.2-r1.ebuild: diff --git a/media-libs/libvorbis/libvorbis-1.2.0.ebuild b/media-libs/libvorbis/libvorbis-1.2.0.ebuild index 51e78088f3c3..2fb2776cea39 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.3 2007/09/05 16:29:50 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.4 2007/09/20 16:52:43 jer 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" |