diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-19 11:46:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-19 11:46:07 +0000 |
commit | 33bfca5f5f8161dc4f71b938b0420da4a8775dbf (patch) | |
tree | 7d93f8dd127abbaca558c60338a4d34c020f5874 /dev-ruby/rubytest-cli | |
parent | add ~alpha/~arm/~ia64/~sparc/~x86, bug #519170 (diff) | |
download | gentoo-2-33bfca5f5f8161dc4f71b938b0420da4a8775dbf.tar.gz gentoo-2-33bfca5f5f8161dc4f71b938b0420da4a8775dbf.tar.bz2 gentoo-2-33bfca5f5f8161dc4f71b938b0420da4a8775dbf.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/rubytest-cli')
-rw-r--r-- | dev-ruby/rubytest-cli/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubytest-cli/ChangeLog b/dev-ruby/rubytest-cli/ChangeLog index 2fdbd37d9455..bd8ed40175e0 100644 --- a/dev-ruby/rubytest-cli/ChangeLog +++ b/dev-ruby/rubytest-cli/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubytest-cli # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytest-cli/ChangeLog,v 1.5 2014/08/12 13:03:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytest-cli/ChangeLog,v 1.6 2014/08/19 11:46:07 armin76 Exp $ + + 19 Aug 2014; Raúl Porcel <armin76@gentoo.org> rubytest-cli-0.2.0.ebuild: + add ~alpha/~arm/~ia64/~sparc/~x86, bug #519170 12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> rubytest-cli-0.2.0.ebuild: diff --git a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild index b47ae44999b7..28317e4e0452 100644 --- a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild +++ b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.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-cli/rubytest-cli-0.2.0.ebuild,v 1.3 2014/08/12 13:03:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild,v 1.4 2014/08/19 11:46:07 armin76 Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -16,7 +16,7 @@ HOMEPAGE="https://rubyworks.github.io/rubytest-cli/" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_rdepend "dev-ruby/ansi >=dev-ruby/rubytest-0.8.0" |