diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-12 18:36:40 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-12 18:36:40 +0000 |
commit | 5ba1306b55dc199aa026f75e562720c210ad2dca (patch) | |
tree | 8764b551251b144941b4c0fce11881038797d784 /dev-ruby/instantiator | |
parent | Keyword ~ppc and ~ppc64, bug #519170 (diff) | |
download | gentoo-2-5ba1306b55dc199aa026f75e562720c210ad2dca.tar.gz gentoo-2-5ba1306b55dc199aa026f75e562720c210ad2dca.tar.bz2 gentoo-2-5ba1306b55dc199aa026f75e562720c210ad2dca.zip |
Keyword ~ppc and ~ppc64, bug #519170
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby/instantiator')
-rw-r--r-- | dev-ruby/instantiator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/instantiator/instantiator-0.0.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/instantiator/ChangeLog b/dev-ruby/instantiator/ChangeLog index 2d88cab78745..8040d685389c 100644 --- a/dev-ruby/instantiator/ChangeLog +++ b/dev-ruby/instantiator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/instantiator # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/instantiator/ChangeLog,v 1.6 2014/07/22 16:51:20 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/instantiator/ChangeLog,v 1.7 2014/08/12 18:36:40 blueness Exp $ + + 12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> + instantiator-0.0.6.ebuild: + Keyword ~ppc and ~ppc64, bug #519170 22 Jul 2014; Tobias Klausmann <klausman@gentoo.org> instantiator-0.0.6.ebuild: diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild b/dev-ruby/instantiator/instantiator-0.0.6.ebuild index 7b65553a96ab..a1a7a847212c 100644 --- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild +++ b/dev-ruby/instantiator/instantiator-0.0.6.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/instantiator/instantiator-0.0.6.ebuild,v 1.6 2014/07/22 16:51:20 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/instantiator/instantiator-0.0.6.ebuild,v 1.7 2014/08/12 18:36:40 blueness Exp $ EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/floehopper/introspection" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64" IUSE="" ruby_add_rdepend "dev-ruby/blankslate" |