diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-09-09 08:04:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-09-09 08:04:18 +0000 |
commit | 67f066a702706ca05a7eb0336645627d0b4ef763 (patch) | |
tree | ebf4ce6007331b2c8fdd124ca610813b24967dda /dev-ruby/rack-test | |
parent | Version bump. Adds console-based vim support. (diff) | |
download | historical-67f066a702706ca05a7eb0336645627d0b4ef763.tar.gz historical-67f066a702706ca05a7eb0336645627d0b4ef763.tar.bz2 historical-67f066a702706ca05a7eb0336645627d0b4ef763.zip |
Marked ~sparc-solaris
Package-Manager: portage-2.2.01.19120-prefix/cvs/SunOS sparc
Diffstat (limited to 'dev-ruby/rack-test')
-rw-r--r-- | dev-ruby/rack-test/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rack-test/rack-test-0.5.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rack-test/ChangeLog b/dev-ruby/rack-test/ChangeLog index 6aad3df365d6..37b6cbf9a127 100644 --- a/dev-ruby/rack-test/ChangeLog +++ b/dev-ruby/rack-test/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rack-test # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.16 2011/08/14 09:40:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.17 2011/09/09 08:00:12 grobian Exp $ + + 09 Sep 2011; Fabian Groffen <grobian@gentoo.org> rack-test-0.5.7.ebuild: + Marked ~sparc-solaris 14 Aug 2011; Hans de Graaff <graaff@gentoo.org> rack-test-0.5.7.ebuild: Fix specs with newer versions of Sinatra, fixing bug 376179. diff --git a/dev-ruby/rack-test/rack-test-0.5.7.ebuild b/dev-ruby/rack-test/rack-test-0.5.7.ebuild index 64a33ff3793d..7a547615d625 100644 --- a/dev-ruby/rack-test/rack-test-0.5.7.ebuild +++ b/dev-ruby/rack-test/rack-test-0.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.5.7.ebuild,v 1.6 2011/08/14 09:40:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.5.7.ebuild,v 1.7 2011/09/09 08:00:12 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/brynary/rack-test" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/rack-1.0' |