diff options
-rw-r--r-- | dev-ruby/minitest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/minitest/minitest-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/minitest/ChangeLog b/dev-ruby/minitest/ChangeLog index c0b5f075f2c5..ffada105ccb7 100644 --- a/dev-ruby/minitest/ChangeLog +++ b/dev-ruby/minitest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/minitest # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.7 2010/01/04 23:00:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.8 2010/01/06 18:49:27 armin76 Exp $ + + 06 Jan 2010; Raúl Porcel <armin76@gentoo.org> minitest-1.4.2.ebuild: + Add ~ia64/~sparc 04 Jan 2010; Markus Meier <maekke@gentoo.org> minitest-1.4.2.ebuild: add ~x86, bug #297041 diff --git a/dev-ruby/minitest/minitest-1.4.2.ebuild b/dev-ruby/minitest/minitest-1.4.2.ebuild index c5abedd2b6e5..e92b842bbfe7 100644 --- a/dev-ruby/minitest/minitest-1.4.2.ebuild +++ b/dev-ruby/minitest/minitest-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild,v 1.8 2010/01/04 23:00:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild,v 1.9 2010/01/06 18:49:27 armin76 Exp $ EAPI=2 # jruby → tests fail, reported upstream @@ -21,7 +21,7 @@ HOMEPAGE="http://rubyforge.org/projects/bfts" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="" ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/hoe" |