diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-16 19:19:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-16 19:19:59 +0000 |
commit | 4b3179630f0e0a3610d7af8e3713f7784b12c221 (patch) | |
tree | 031606472f67545bb3687428ea2857659ff1739d /dev-ruby | |
parent | Version bump (diff) | |
download | gentoo-2-4b3179630f0e0a3610d7af8e3713f7784b12c221.tar.gz gentoo-2-4b3179630f0e0a3610d7af8e3713f7784b12c221.tar.bz2 gentoo-2-4b3179630f0e0a3610d7af8e3713f7784b12c221.zip |
Marked ~hppa (bug #297086).
(Portage version: 2.2_rc59/cvs/Linux i686)
Diffstat (limited to 'dev-ruby')
-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 2c655ee1e389..57dcd87a7897 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.109 2009/12/15 19:37:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.110 2009/12/16 19:19:59 jer Exp $ + + 16 Dec 2009; Jeroen Roovers <jer@gentoo.org> + activesupport-2.3.5-r1.ebuild: + Marked ~hppa (bug #297086). *activesupport-2.3.5-r1 (15 Dec 2009) diff --git a/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild b/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild index 1e6a3f0ca4a2..9f200590d92d 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.1 2009/12/15 19:37:14 flameeyes Exp $ +# $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 $ EAPI=2 USE_RUBY="ruby18 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://rubyforge.org/projects/activesupport/" LICENSE="MIT" SLOT="2.3" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12" |