diff options
author | 2013-10-12 17:10:12 +0000 | |
---|---|---|
committer | 2013-10-12 17:10:12 +0000 | |
commit | 31963ba4428204d0f3349d867f67283da38da728 (patch) | |
tree | fd14010358c847aae08dfb3564b4e3ab05c8e67e /dev-ruby/activesupport | |
parent | Marked ~hppa (bug #487206). (diff) | |
download | gentoo-2-31963ba4428204d0f3349d867f67283da38da728.tar.gz gentoo-2-31963ba4428204d0f3349d867f67283da38da728.tar.bz2 gentoo-2-31963ba4428204d0f3349d867f67283da38da728.zip |
Revert.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-4.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 413bb794a4be..24d4e3247503 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.231 2013/10/12 17:09:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.232 2013/10/12 17:10:12 jer Exp $ + + 12 Oct 2013; Jeroen Roovers <jer@gentoo.org> activesupport-4.0.0.ebuild: + Revert. 12 Oct 2013; Jeroen Roovers <jer@gentoo.org> activesupport-4.0.0.ebuild: Marked ~hppa (bug #487206). diff --git a/dev-ruby/activesupport/activesupport-4.0.0.ebuild b/dev-ruby/activesupport/activesupport-4.0.0.ebuild index aa67bfae4512..5328b95ad2d0 100644 --- a/dev-ruby/activesupport/activesupport-4.0.0.ebuild +++ b/dev-ruby/activesupport/activesupport-4.0.0.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/activesupport/activesupport-4.0.0.ebuild,v 1.2 2013/10/12 17:09:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.3 2013/10/12 17:10:12 jer Exp $ EAPI=5 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~hppa" +KEYWORDS=" ~amd64" IUSE="" RUBY_S="rails-${PV}/${PN}" |