diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-10-25 02:09:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-10-25 02:09:25 +0000 |
commit | 8f802c6eb0b8990a844a9d8eae87b0acc9be07b2 (patch) | |
tree | 533aaa659202f6d74ce48d025c04776f9925771d /dev-ruby/rspec-core | |
parent | Marked ~hppa (bug #337956). (diff) | |
download | historical-8f802c6eb0b8990a844a9d8eae87b0acc9be07b2.tar.gz historical-8f802c6eb0b8990a844a9d8eae87b0acc9be07b2.tar.bz2 historical-8f802c6eb0b8990a844a9d8eae87b0acc9be07b2.zip |
Marked ~hppa (bug #337956).
Package-Manager: portage-2.2.0_alpha1/cvs/Linux i686
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-2.0.0_beta22.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/rspec-core/ChangeLog b/dev-ruby/rspec-core/ChangeLog index 200759ab67e0..0a5d7a728571 100644 --- a/dev-ruby/rspec-core/ChangeLog +++ b/dev-ruby/rspec-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec-core # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.2 2010/09/18 16:22:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.3 2010/10/25 02:07:57 jer Exp $ + + 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> + rspec-core-2.0.0_beta22.ebuild: + Marked ~hppa (bug #337956). 18 Sep 2010; Raúl Porcel <armin76@gentoo.org> rspec-core-2.0.0_beta22.ebuild: diff --git a/dev-ruby/rspec-core/rspec-core-2.0.0_beta22.ebuild b/dev-ruby/rspec-core/rspec-core-2.0.0_beta22.ebuild index 9e0b5f4c989a..07fb596fc72f 100644 --- a/dev-ruby/rspec-core/rspec-core-2.0.0_beta22.ebuild +++ b/dev-ruby/rspec-core/rspec-core-2.0.0_beta22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.0.0_beta22.ebuild,v 1.2 2010/09/18 16:22:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.0.0_beta22.ebuild,v 1.3 2010/10/25 02:07:57 jer Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19" @@ -21,7 +21,7 @@ SRC_URI="mirror://rubygems/${PN}-${RUBY_FAKEGEM_VERSION}.gem" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" ruby_add_bdepend "dev-ruby/syntax" |