diff options
author | 2012-12-31 15:43:18 +0000 | |
---|---|---|
committer | 2012-12-31 15:43:18 +0000 | |
commit | 1958038af46beca4abc9a1f00eb4ace2ab4f9550 (patch) | |
tree | 2ce624c91c44d5435b9875f112ea78905f55fd63 /media-libs | |
parent | Add ~ppc64, wrt bug #449220 (diff) | |
download | gentoo-2-1958038af46beca4abc9a1f00eb4ace2ab4f9550.tar.gz gentoo-2-1958038af46beca4abc9a1f00eb4ace2ab4f9550.tar.bz2 gentoo-2-1958038af46beca4abc9a1f00eb4ace2ab4f9550.zip |
Add ~ppc64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/celt/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/celt/celt-0.5.1.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index ce61f17c4ba9..e8175ccc451e 100644 --- a/media-libs/celt/ChangeLog +++ b/media-libs/celt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/celt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.17 2012/12/07 18:57:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.18 2012/12/31 15:43:18 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> celt-0.5.1.3.ebuild: + Add ~ppc64, wrt bug #449220 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> celt-0.5.1.3.ebuild, celt-0.6.1.ebuild, celt-0.7.1.ebuild, celt-0.8.1.ebuild, celt-0.11.1.ebuild: @@ -78,4 +81,3 @@ 12 Aug 2009; Timo Gurr <tgurr@gentoo.org> +celt-0.6.1.ebuild, +metadata.xml: Initial ebuild, thanks to Adeel. Fixes bug #250334. - diff --git a/media-libs/celt/celt-0.5.1.3.ebuild b/media-libs/celt/celt-0.5.1.3.ebuild index 7a6db4c2c67f..0261319dbb36 100644 --- a/media-libs/celt/celt-0.5.1.3.ebuild +++ b/media-libs/celt/celt-0.5.1.3.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/celt/celt-0.5.1.3.ebuild,v 1.4 2012/12/07 18:57:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.5.1.3.ebuild,v 1.5 2012/12/31 15:43:18 ago Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0.5.1" -KEYWORDS="~alpha amd64 ~ppc x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86" IUSE="ogg static-libs" DEPEND="ogg? ( media-libs/libogg )" |