diff options
author | 2015-02-24 08:55:37 +0000 | |
---|---|---|
committer | 2015-02-24 08:55:37 +0000 | |
commit | 2fcf75c4869aa61e5f54344bc693925d77bdccbc (patch) | |
tree | 21213f942d2865c1998eedda60afdb6b4bfeaf44 | |
parent | Stable for alpha, wrt bug #537200 (diff) | |
download | gentoo-2-2fcf75c4869aa61e5f54344bc693925d77bdccbc.tar.gz gentoo-2-2fcf75c4869aa61e5f54344bc693925d77bdccbc.tar.bz2 gentoo-2-2fcf75c4869aa61e5f54344bc693925d77bdccbc.zip |
Stable for alpha, wrt bug #526002
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
-rw-r--r-- | media-libs/celt/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/celt/celt-0.11.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index 3c0c1c774024..b0e58ca3c0db 100644 --- a/media-libs/celt/ChangeLog +++ b/media-libs/celt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/celt -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.38 2014/12/31 15:57:33 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.39 2015/02/24 08:55:37 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> celt-0.11.1-r1.ebuild: + Stable for alpha, wrt bug #526002 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> celt-0.11.1-r1.ebuild: Stable for ppc, wrt bug #526002 diff --git a/media-libs/celt/celt-0.11.1-r1.ebuild b/media-libs/celt/celt-0.11.1-r1.ebuild index eea93a7ea3cd..3d368575d3b0 100644 --- a/media-libs/celt/celt-0.11.1-r1.ebuild +++ b/media-libs/celt/celt-0.11.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.7 2014/12/31 15:57:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.8 2015/02/24 08:55:37 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86" IUSE="ogg static-libs" DEPEND="ogg? ( media-libs/libogg )" |