diff options
author | 2011-08-14 09:53:26 +0000 | |
---|---|---|
committer | 2011-08-14 09:53:26 +0000 | |
commit | e3b2a64745997d8554aac054db879a5a02c9610a (patch) | |
tree | 203fb2124ee8ffd163be9a6a8ff923b88dd25ef8 /dev-libs/json-c | |
parent | Revert last libtool file preservation since we have usable pkg-config files w... (diff) | |
download | gentoo-2-e3b2a64745997d8554aac054db879a5a02c9610a.tar.gz gentoo-2-e3b2a64745997d8554aac054db879a5a02c9610a.tar.bz2 gentoo-2-e3b2a64745997d8554aac054db879a5a02c9610a.zip |
Marked ~ppc/~ppc64 wrt #377497
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
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.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/json-c/ChangeLog b/dev-libs/json-c/ChangeLog index 258318d5b7a8..2f90a64bd702 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.2 2011/08/03 20:01:41 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.3 2011/08/14 09:53:26 xarthisius Exp $ + + 14 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> json-c-0.9.ebuild: + Marked ~ppc/~ppc64 wrt #377497 03 Aug 2011; Fabian Groffen <grobian@gentoo.org> json-c-0.9.ebuild: Marked ~amd64-linux ~x86-linux ~ppc-macos, bug #377497 diff --git a/dev-libs/json-c/json-c-0.9.ebuild b/dev-libs/json-c/json-c-0.9.ebuild index 14d462846c35..61c6dd6870f1 100644 --- a/dev-libs/json-c/json-c-0.9.ebuild +++ b/dev-libs/json-c/json-c-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.9.ebuild,v 1.2 2011/08/03 20:01:41 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.9.ebuild,v 1.3 2011/08/14 09:53:26 xarthisius Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://oss.metaparadigm.com/json-c/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" src_install() { |