diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 16:55:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 16:55:35 +0000 |
commit | 10d9f278712a8e3c2b5539ae22f6b2bb5797aa7e (patch) | |
tree | 77800b6e95c317f0c5e3b0fce2812197ffe8cf8f /dev-libs/json-c | |
parent | Stable for ppc64, wrt bug #480076 (diff) | |
download | gentoo-2-10d9f278712a8e3c2b5539ae22f6b2bb5797aa7e.tar.gz gentoo-2-10d9f278712a8e3c2b5539ae22f6b2bb5797aa7e.tar.bz2 gentoo-2-10d9f278712a8e3c2b5539ae22f6b2bb5797aa7e.zip |
Stable for ppc64, wrt bug #492238
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/json-c')
-rw-r--r-- | dev-libs/json-c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/json-c/json-c-0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/json-c/ChangeLog b/dev-libs/json-c/ChangeLog index d78f2c0c1a5e..2b98dacc06ae 100644 --- a/dev-libs/json-c/ChangeLog +++ b/dev-libs/json-c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/json-c # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.34 2013/12/08 10:50:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.35 2013/12/24 16:55:35 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> json-c-0.11.ebuild: + Stable for ppc64, wrt bug #492238 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> json-c-0.11.ebuild: x86 stable, bug #492238 diff --git a/dev-libs/json-c/json-c-0.11.ebuild b/dev-libs/json-c/json-c-0.11.ebuild index 2583930f9418..8d86baad236f 100644 --- a/dev-libs/json-c/json-c-0.11.ebuild +++ b/dev-libs/json-c/json-c-0.11.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/dev-libs/json-c/json-c-0.11.ebuild,v 1.6 2013/12/08 10:50:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.11.ebuild,v 1.7 2013/12/24 16:55:35 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0/0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc static-libs" # tests break otherwise |