diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-19 11:45:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-19 11:45:33 +0000 |
commit | 63b34b6454523ca5aadeaadd278a1a865833a954 (patch) | |
tree | 1bb1cbfbc0f0e3747a03853bad84540a92fbf444 /dev-ruby | |
parent | add ~alpha/~arm/~ia64/~sparc/~x86, bug #519170 (diff) | |
download | gentoo-2-63b34b6454523ca5aadeaadd278a1a865833a954.tar.gz gentoo-2-63b34b6454523ca5aadeaadd278a1a865833a954.tar.bz2 gentoo-2-63b34b6454523ca5aadeaadd278a1a865833a954.zip |
add ~alpha/~arm/~ia64/~sparc/~x86, bug #519170
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha arm ia64 sparc x86", signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rubytest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubytest/rubytest-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubytest/ChangeLog b/dev-ruby/rubytest/ChangeLog index f3c0f6247bb1..90bc1d90a154 100644 --- a/dev-ruby/rubytest/ChangeLog +++ b/dev-ruby/rubytest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubytest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytest/ChangeLog,v 1.5 2014/08/12 13:02:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytest/ChangeLog,v 1.6 2014/08/19 11:45:33 armin76 Exp $ + + 19 Aug 2014; Raúl Porcel <armin76@gentoo.org> rubytest-0.8.1.ebuild: + add ~alpha/~arm/~ia64/~sparc/~x86, bug #519170 12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> rubytest-0.8.1.ebuild: Keyword ~ppc and ~ppc64, bug #519170 diff --git a/dev-ruby/rubytest/rubytest-0.8.1.ebuild b/dev-ruby/rubytest/rubytest-0.8.1.ebuild index cdb0db4a2d6f..2181b2cc8ef0 100644 --- a/dev-ruby/rubytest/rubytest-0.8.1.ebuild +++ b/dev-ruby/rubytest/rubytest-0.8.1.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/rubytest/rubytest-0.8.1.ebuild,v 1.4 2014/08/12 13:02:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytest/rubytest-0.8.1.ebuild,v 1.5 2014/08/19 11:45:33 armin76 Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -16,7 +16,7 @@ HOMEPAGE="https://rubyworks.github.io/rubytest/" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/ae dev-ruby/qed )" |