diff options
author | Markus Meier <maekke@gentoo.org> | 2013-12-26 14:48:28 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-12-26 14:48:28 +0000 |
commit | a9a84de70abef97514ceb659d78d2446ec81ce75 (patch) | |
tree | 9a70650651a546c1ddd99f7e7882a2c946fe4ea4 /dev-ruby/test-unit | |
parent | add ~arm, bug #489108 (diff) | |
download | gentoo-2-a9a84de70abef97514ceb659d78d2446ec81ce75.tar.gz gentoo-2-a9a84de70abef97514ceb659d78d2446ec81ce75.tar.bz2 gentoo-2-a9a84de70abef97514ceb659d78d2446ec81ce75.zip |
arm stable, bug #493780
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-ruby/test-unit')
-rw-r--r-- | dev-ruby/test-unit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/test-unit/test-unit-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/test-unit/ChangeLog b/dev-ruby/test-unit/ChangeLog index 7316b1e0e425..356667b8c84e 100644 --- a/dev-ruby/test-unit/ChangeLog +++ b/dev-ruby/test-unit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/test-unit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.87 2013/12/22 13:54:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.88 2013/12/26 14:48:28 maekke Exp $ + + 26 Dec 2013; Markus Meier <maekke@gentoo.org> test-unit-1.2.3.ebuild: + arm stable, bug #493780 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> test-unit-2.5.5-r1.ebuild: Stable for ppc64, wrt bug #490178 diff --git a/dev-ruby/test-unit/test-unit-1.2.3.ebuild b/dev-ruby/test-unit/test-unit-1.2.3.ebuild index 653e40269d09..38ddad819e25 100644 --- a/dev-ruby/test-unit/test-unit-1.2.3.ebuild +++ b/dev-ruby/test-unit/test-unit-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3.ebuild,v 1.14 2013/08/03 07:40:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3.ebuild,v 1.15 2013/12/26 14:48:28 maekke Exp $ EAPI=2 @@ -29,5 +29,5 @@ HOMEPAGE="http://test-unit.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" |