diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-11 12:53:50 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-11 12:53:50 +0000 |
commit | 18332f5219c384d4ab338d2f9582538927070824 (patch) | |
tree | 6b0962ccbc8c29ca9096c3da121d43c5ad11fd20 /dev-ruby/method_source | |
parent | Marking open4-1.3.0 ~ppc64 for bug 388357 (diff) | |
download | historical-18332f5219c384d4ab338d2f9582538927070824.tar.gz historical-18332f5219c384d4ab338d2f9582538927070824.tar.bz2 historical-18332f5219c384d4ab338d2f9582538927070824.zip |
Marking method_source-0.7.0 ~ppc64 for bug 388357
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r-- | dev-ruby/method_source/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/method_source/ChangeLog b/dev-ruby/method_source/ChangeLog index 260f6e9520ac..6d0f779d5a3d 100644 --- a/dev-ruby/method_source/ChangeLog +++ b/dev-ruby/method_source/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/method_source # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.5 2012/01/15 10:52:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.6 2012/03/11 12:53:50 ranger Exp $ + + 11 Mar 2012; Brent Baude <ranger@gentoo.org> method_source-0.7.0.ebuild: + Marking method_source-0.7.0 ~ppc64 for bug 388357 *method_source-0.7.0 (15 Jan 2012) diff --git a/dev-ruby/method_source/method_source-0.7.0.ebuild b/dev-ruby/method_source/method_source-0.7.0.ebuild index e59c4f264e52..683a62f0e317 100644 --- a/dev-ruby/method_source/method_source-0.7.0.ebuild +++ b/dev-ruby/method_source/method_source-0.7.0.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/method_source/method_source-0.7.0.ebuild,v 1.1 2012/01/15 10:52:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/method_source-0.7.0.ebuild,v 1.2 2012/03/11 12:53:50 ranger Exp $ EAPI=4 # jruby crashes on parsing the metadata. @@ -20,7 +20,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )" |