diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-01-19 16:13:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-01-19 16:13:59 +0000 |
commit | 55cc5f2adc7234dc3b7b02065f8d8a9c764e5272 (patch) | |
tree | 981086055774245106807b1282b470a314895213 /dev-ruby/multi_json | |
parent | Don't run elibtoolize twice, #399299; build out off source fixed (diff) | |
download | historical-55cc5f2adc7234dc3b7b02065f8d8a9c764e5272.tar.gz historical-55cc5f2adc7234dc3b7b02065f8d8a9c764e5272.tar.bz2 historical-55cc5f2adc7234dc3b7b02065f8d8a9c764e5272.zip |
Marked ~hppa (bug #396043).
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/multi_json')
-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 ba2be9e1b16a..49ec430b8b40 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.11 2012/01/08 09:25:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.12 2012/01/19 16:13:09 jer Exp $ + + 19 Jan 2012; Jeroen Roovers <jer@gentoo.org> multi_json-1.0.4.ebuild: + Marked ~hppa (bug #396043). 08 Jan 2012; Fabian Groffen <grobian@gentoo.org> multi_json-1.0.4.ebuild: Added Prefix keywords 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 2a152333c3a6..57d4fc9207f8 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.4 2012/01/08 09:25:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.5 2012/01/19 16:13:09 jer 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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |