diff options
author | Brent Baude <ranger@gentoo.org> | 2009-08-08 15:06:01 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-08-08 15:06:01 +0000 |
commit | 8976aee3754ed3f6f7cc245f3db7c480ca85c60a (patch) | |
tree | 3cbd5722048ef4cd59ce78e5c1bcb75700541ed1 /media-libs/libvorbis | |
parent | Marking fetchmail-6.3.11 ppc64 for bug 280537 (diff) | |
download | gentoo-2-8976aee3754ed3f6f7cc245f3db7c480ca85c60a.tar.gz gentoo-2-8976aee3754ed3f6f7cc245f3db7c480ca85c60a.tar.bz2 gentoo-2-8976aee3754ed3f6f7cc245f3db7c480ca85c60a.zip |
Marking libvorbis-1.2.3 ppc64 for bug 280590
(Portage version: 2.1.6.13/cvs/Linux ppc64)
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 3844d7056830..92f8d9824153 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.120 2009/08/07 05:35:16 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.121 2009/08/08 15:06:01 ranger Exp $ + + 08 Aug 2009; Brent Baude <ranger@gentoo.org> libvorbis-1.2.3.ebuild: + Marking libvorbis-1.2.3 ppc64 for bug 280590 07 Aug 2009; Christian Faulhammer <fauli@gentoo.org> libvorbis-1.2.3.ebuild: diff --git a/media-libs/libvorbis/libvorbis-1.2.3.ebuild b/media-libs/libvorbis/libvorbis-1.2.3.ebuild index ef986233933a..6353692d447c 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.3 2009/08/07 05:35:16 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.3.ebuild,v 1.4 2009/08/08 15:06:01 ranger 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" |