diff options
author | 2013-12-21 18:58:47 +0000 | |
---|---|---|
committer | 2013-12-21 18:58:47 +0000 | |
commit | 58de534a19588d93b41abacb56f56d702c356c31 (patch) | |
tree | a53f393ce9e1c665594f8d37e1cf53ec64e96ada /media-libs | |
parent | Initial commit for CPAN core module. Fix bug #483994 (diff) | |
download | gentoo-2-58de534a19588d93b41abacb56f56d702c356c31.tar.gz gentoo-2-58de534a19588d93b41abacb56f56d702c356c31.tar.bz2 gentoo-2-58de534a19588d93b41abacb56f56d702c356c31.zip |
Stable for ppc, wrt bug #488924
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", 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 7633cfdf2e91..f0e41b6852c5 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.27 2013/10/13 20:47:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.28 2013/12/21 18:58:47 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> celt-0.5.1.3.ebuild: + Stable for ppc, wrt bug #488924 13 Oct 2013; Michał Górny <mgorny@gentoo.org> celt-0.11.1-r1.ebuild: Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug diff --git a/media-libs/celt/celt-0.5.1.3.ebuild b/media-libs/celt/celt-0.5.1.3.ebuild index 779e6a573388..e42ee90135a8 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.8 2013/02/02 22:45:31 ago Exp $ +# $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 $ 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 )" |