diff options
author | Brent Baude <ranger@gentoo.org> | 2010-09-28 18:38:06 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-09-28 18:38:06 +0000 |
commit | 4352da952fa40890eb6a0f975c8e42623d909952 (patch) | |
tree | 89841556df98308f431e13b54aa1532214e743ab | |
parent | Fix some missing includes. Make sure Makefile does not run make Makefiles as ... (diff) | |
download | gentoo-2-4352da952fa40890eb6a0f975c8e42623d909952.tar.gz gentoo-2-4352da952fa40890eb6a0f975c8e42623d909952.tar.bz2 gentoo-2-4352da952fa40890eb6a0f975c8e42623d909952.zip |
Marking json-1.4.3-r1 ppc for bug 325695
(Portage version: 2.1.8.3/cvs/Linux ppc64)
-rw-r--r-- | dev-ruby/json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/json/json-1.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index 31deaf5954cb..0a06d9c59d51 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.43 2010/08/30 22:46:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.44 2010/09/28 18:38:06 ranger Exp $ + + 28 Sep 2010; Brent Baude <ranger@gentoo.org> json-1.4.3-r1.ebuild: + Marking json-1.4.3-r1 ppc for bug 325695 30 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> -json-1.2.2.ebuild: Re-remove json 1.2.2 since chef-* was fixed. diff --git a/dev-ruby/json/json-1.4.3-r1.ebuild b/dev-ruby/json/json-1.4.3-r1.ebuild index 40476d37ee10..e7574fee5849 100644 --- a/dev-ruby/json/json-1.4.3-r1.ebuild +++ b/dev-ruby/json/json-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.4.3-r1.ebuild,v 1.7 2010/08/17 00:28:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.4.3-r1.ebuild,v 1.8 2010/09/28 18:38:06 ranger Exp $ EAPI=2 USE_RUBY="ruby18 jruby" @@ -16,7 +16,7 @@ HOMEPAGE="http://json.rubyforge.org/" LICENSE="|| ( Ruby GPL-2 )" SRC_URI="mirror://rubygems/${P}.gem" -KEYWORDS="amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" SLOT="0" IUSE="" |