diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-11 13:07:26 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-11 13:07:26 +0000 |
commit | 935e8c9edec8a2efa0fec656afaae3d694586c33 (patch) | |
tree | bb70d272c8c5811a73a6d1fdf56757a03fc1c2f5 /dev-ruby | |
parent | Marking yajl-ruby-1.1.0 ~ppc64 for bug 396043 (diff) | |
download | historical-935e8c9edec8a2efa0fec656afaae3d694586c33.tar.gz historical-935e8c9edec8a2efa0fec656afaae3d694586c33.tar.bz2 historical-935e8c9edec8a2efa0fec656afaae3d694586c33.zip |
Marking multi_json-1.0.4 ~ppc64 for bug 396043
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/multi_json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/multi_json/multi_json-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/multi_json/ChangeLog b/dev-ruby/multi_json/ChangeLog index 1a6c4ab345a5..ccdc7bea8531 100644 --- a/dev-ruby/multi_json/ChangeLog +++ b/dev-ruby/multi_json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/multi_json # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.14 2012/03/07 14:16:38 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.15 2012/03/11 13:07:26 ranger Exp $ + + 11 Mar 2012; Brent Baude <ranger@gentoo.org> multi_json-1.0.4.ebuild: + Marking multi_json-1.0.4 ~ppc64 for bug 396043 07 Mar 2012; Naohiro Aota <naota@gentoo.org> multi_json-1.0.4.ebuild: Add ~x86-fbsd. diff --git a/dev-ruby/multi_json/multi_json-1.0.4.ebuild b/dev-ruby/multi_json/multi_json-1.0.4.ebuild index a64f41dc51e9..3d90557aeca5 100644 --- a/dev-ruby/multi_json/multi_json-1.0.4.ebuild +++ b/dev-ruby/multi_json/multi_json-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.7 2012/03/07 14:16:38 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.8 2012/03/11 13:07:26 ranger Exp $ EAPI=2 @@ -20,7 +20,7 @@ DESCRIPTION="A gem to provide swappable JSON backends" HOMEPAGE="http://github.com/intridea/multi_json" LICENSE="MIT" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |