diff options
author | 2014-02-15 10:26:22 +0000 | |
---|---|---|
committer | 2014-02-15 10:26:22 +0000 | |
commit | 35cf7e918cc1f4126077b3859dd60bbe88002bbd (patch) | |
tree | 5c864d6905fc85ab3b78b02e69fee77e04c7ddec /dev-ruby/introspection | |
parent | Version bump. (diff) | |
download | gentoo-2-35cf7e918cc1f4126077b3859dd60bbe88002bbd.tar.gz gentoo-2-35cf7e918cc1f4126077b3859dd60bbe88002bbd.tar.bz2 gentoo-2-35cf7e918cc1f4126077b3859dd60bbe88002bbd.zip |
keyword ~ia64 wrt bug #501152
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-ruby/introspection')
-rw-r--r-- | dev-ruby/introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/introspection/introspection-0.0.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ruby/introspection/ChangeLog b/dev-ruby/introspection/ChangeLog index 2c4990fe5394..bd863a78c010 100644 --- a/dev-ruby/introspection/ChangeLog +++ b/dev-ruby/introspection/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/introspection # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/introspection/ChangeLog,v 1.2 2014/02/13 15:56:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/introspection/ChangeLog,v 1.3 2014/02/15 10:26:22 hattya Exp $ + + 15 Feb 2014; Akinori Hattori <hattya@gentoo.org> introspection-0.0.3.ebuild: + keyword ~ia64 wrt bug #501152 13 Feb 2014; Jeroen Roovers <jer@gentoo.org> introspection-0.0.3.ebuild: Marked ~hppa (bug #501152). @@ -11,4 +14,3 @@ +metadata.xml: Initial import. New dependency for dev-ruby/mocha. Initial ebuild by Michel Boaventura in the ruby overlay. - diff --git a/dev-ruby/introspection/introspection-0.0.3.ebuild b/dev-ruby/introspection/introspection-0.0.3.ebuild index 14584585e29e..c2fec68ae3fc 100644 --- a/dev-ruby/introspection/introspection-0.0.3.ebuild +++ b/dev-ruby/introspection/introspection-0.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/introspection/introspection-0.0.3.ebuild,v 1.2 2014/02/13 15:56:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/introspection/introspection-0.0.3.ebuild,v 1.3 2014/02/15 10:26:22 hattya Exp $ EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="http://jamesmead.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~amd64 ~hppa ~ia64" IUSE="" ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1 >=dev-ruby/instantiator-0.0.3" |