diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 14:45:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 14:45:51 +0000 |
commit | f50e3f01d6240c48e9f52c1287b09d0845ca0f0c (patch) | |
tree | 3648a462bb4b709789bbd1f0b3ff48f2f0b1c085 /media-libs | |
parent | Stable for ppc64, wrt bug #486298 (diff) | |
download | gentoo-2-f50e3f01d6240c48e9f52c1287b09d0845ca0f0c.tar.gz gentoo-2-f50e3f01d6240c48e9f52c1287b09d0845ca0f0c.tar.bz2 gentoo-2-f50e3f01d6240c48e9f52c1287b09d0845ca0f0c.zip |
Stable for ppc64, wrt bug #488924
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/celt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/celt/celt-0.5.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index f0e41b6852c5..fce6a8ea67e6 100644 --- a/media-libs/celt/ChangeLog +++ b/media-libs/celt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/celt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.28 2013/12/21 18:58:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.29 2013/12/22 14:45:51 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> celt-0.5.1.3.ebuild: + Stable for ppc64, wrt bug #488924 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> celt-0.5.1.3.ebuild: Stable for ppc, wrt bug #488924 diff --git a/media-libs/celt/celt-0.5.1.3.ebuild b/media-libs/celt/celt-0.5.1.3.ebuild index e42ee90135a8..fad87a549ddc 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-2013 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.9 2013/12/21 18:58:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.5.1.3.ebuild,v 1.10 2013/12/22 14:45:51 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 ~arm ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86" IUSE="ogg static-libs" DEPEND="ogg? ( media-libs/libogg )" |