diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-23 09:06:37 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-23 09:06:37 +0000 |
commit | fcd3bf6fd3b664c3d1298866d37a59a37248fbab (patch) | |
tree | 591941c4c47fe28bf37cb9fa814e8b07a737e271 /media-libs/libvorbis | |
parent | ppc stable #280615 (diff) | |
download | gentoo-2-fcd3bf6fd3b664c3d1298866d37a59a37248fbab.tar.gz gentoo-2-fcd3bf6fd3b664c3d1298866d37a59a37248fbab.tar.bz2 gentoo-2-fcd3bf6fd3b664c3d1298866d37a59a37248fbab.zip |
ppc stable #280590
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index 52e44e953650..f4854f237991 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvorbis # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.125 2009/08/16 11:16:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.126 2009/08/23 09:06:37 nixnut Exp $ + + 23 Aug 2009; nixnut <nixnut@gentoo.org> libvorbis-1.2.3.ebuild: + ppc stable #280590 16 Aug 2009; Raúl Porcel <armin76@gentoo.org> libvorbis-1.2.3.ebuild: arm/ia64/sh/sparc stable wrt #280590 diff --git a/media-libs/libvorbis/libvorbis-1.2.3.ebuild b/media-libs/libvorbis/libvorbis-1.2.3.ebuild index a29c9b4cde8a..1d56ce60c958 100644 --- a/media-libs/libvorbis/libvorbis-1.2.3.ebuild +++ b/media-libs/libvorbis/libvorbis-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.3.ebuild,v 1.9 2009/08/18 17:27:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.3.ebuild,v 1.10 2009/08/23 09:06:37 nixnut Exp $ EAPI=2 MY_P=${P/_} @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz" 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" |