diff options
Diffstat (limited to 'dev-ruby/test-unit-rr')
-rw-r--r-- | dev-ruby/test-unit-rr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/test-unit-rr/test-unit-rr-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/test-unit-rr/ChangeLog b/dev-ruby/test-unit-rr/ChangeLog index d9f980f17386..b1faffeae742 100644 --- a/dev-ruby/test-unit-rr/ChangeLog +++ b/dev-ruby/test-unit-rr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/test-unit-rr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/ChangeLog,v 1.24 2014/06/08 15:01:59 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/ChangeLog,v 1.25 2014/06/13 19:30:31 jer Exp $ + + 13 Jun 2014; Jeroen Roovers <jer@gentoo.org> test-unit-rr-1.0.3.ebuild: + Stable for HPPA (bug #505920). 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> test-unit-rr-1.0.3.ebuild: ia64 stable wrt bug #505920 diff --git a/dev-ruby/test-unit-rr/test-unit-rr-1.0.3.ebuild b/dev-ruby/test-unit-rr/test-unit-rr-1.0.3.ebuild index 0f1f3066c234..4b3b8c972f7d 100644 --- a/dev-ruby/test-unit-rr/test-unit-rr-1.0.3.ebuild +++ b/dev-ruby/test-unit-rr/test-unit-rr-1.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/test-unit-rr/test-unit-rr-1.0.3.ebuild,v 1.4 2014/06/08 15:01:59 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/test-unit-rr-1.0.3.ebuild,v 1.5 2014/06/13 19:30:31 jer Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://rubyforge.org/projects/test-unit/" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rr-1.1.1 >=dev-ruby/test-unit-2.5.2" |