diff options
author | 2008-12-10 14:37:47 +0000 | |
---|---|---|
committer | 2008-12-10 14:37:47 +0000 | |
commit | 7fdf867a45e7f992c8028121f24b8ac671fc2b1d (patch) | |
tree | e806eee23d6b3ef9a9cb419d225b472cc89eb4cf /dev-ruby/rspec | |
parent | Sparc stable, part of Bug #250348. (diff) | |
download | historical-7fdf867a45e7f992c8028121f24b8ac671fc2b1d.tar.gz historical-7fdf867a45e7f992c8028121f24b8ac671fc2b1d.tar.bz2 historical-7fdf867a45e7f992c8028121f24b8ac671fc2b1d.zip |
Add ~sparc keyword, part of Bug #250348.
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64
Diffstat (limited to 'dev-ruby/rspec')
-rw-r--r-- | dev-ruby/rspec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-1.1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index e525716f13ec..ebe9e5616a64 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.34 2008/12/09 20:07:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.35 2008/12/10 14:36:24 fmccor Exp $ + + 10 Dec 2008; Ferris McCormick <fmccor@gentoo.org> rspec-1.1.11.ebuild: + Add ~sparc keyword, part of Bug #250348. 09 Dec 2008; Brent Baude <ranger@gentoo.org> rspec-1.1.11.ebuild: Marking rspec-1.1.11 ~ppc64 for bug 250348 diff --git a/dev-ruby/rspec/rspec-1.1.11.ebuild b/dev-ruby/rspec/rspec-1.1.11.ebuild index dd15c7221f76..c7eea3017610 100644 --- a/dev-ruby/rspec/rspec-1.1.11.ebuild +++ b/dev-ruby/rspec/rspec-1.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.1.11.ebuild,v 1.3 2008/12/09 20:07:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.1.11.ebuild,v 1.4 2008/12/10 14:36:24 fmccor Exp $ inherit gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rspec.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-ruby/hoe-1.8.1" |