diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-21 00:10:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-21 00:10:42 +0000 |
commit | e8c709c7546af845b980bfd9b67528e9569e7e1e (patch) | |
tree | 12138d012804b559cdba2ea42d5912704090b4a4 /dev-ruby/activesupport | |
parent | Bump to ruby-fakegem. (diff) | |
download | gentoo-2-e8c709c7546af845b980bfd9b67528e9569e7e1e.tar.gz gentoo-2-e8c709c7546af845b980bfd9b67528e9569e7e1e.tar.bz2 gentoo-2-e8c709c7546af845b980bfd9b67528e9569e7e1e.zip |
Restore keywords (test-unit recursion).
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 6c8d345cabb6..b42bf1788bb1 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.112 2009/12/20 11:19:05 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.113 2009/12/21 00:10:42 flameeyes Exp $ + + 21 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> + activesupport-2.3.5-r1.ebuild: + Restore keywords (test-unit recursion). 20 Dec 2009; Alex Legler <a3li@gentoo.org> -activesupport-2.3.4.ebuild: Removing vulnerable version diff --git a/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild b/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild index 9f200590d92d..2353ca97468c 100644 --- a/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild +++ b/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v 1.2 2009/12/16 19:19:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v 1.3 2009/12/21 00:10:42 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://rubyforge.org/projects/activesupport/" LICENSE="MIT" SLOT="2.3" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12" |