diff options
Diffstat (limited to 'www-servers/thin')
-rw-r--r-- | www-servers/thin/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/thin/thin-1.0.0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/thin/ChangeLog b/www-servers/thin/ChangeLog index 619137b902f3..0148acc755f5 100644 --- a/www-servers/thin/ChangeLog +++ b/www-servers/thin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thin -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.2 2008/12/26 16:08:33 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.3 2009/02/12 18:39:56 flameeyes Exp $ + + 12 Feb 2009; Diego E. Pettenò <flameeyes@gentoo.org> thin-1.0.0.ebuild: + Set USE_RUBY to ruby18 since rack does not install for ruby19. *thin-1.0.0 (26 Dec 2008) diff --git a/www-servers/thin/thin-1.0.0.ebuild b/www-servers/thin/thin-1.0.0.ebuild index a68c7a640a07..16a905a88ca2 100644 --- a/www-servers/thin/thin-1.0.0.ebuild +++ b/www-servers/thin/thin-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.0.0.ebuild,v 1.1 2008/12/26 16:08:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.0.0.ebuild,v 1.2 2009/02/12 18:39:56 flameeyes Exp $ inherit gems @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -USE_RUBY="any" +# rack 0.4.0 only works with ruby18 +USE_RUBY="ruby18" DEPEND=">=dev-ruby/daemons-1.0.9 >=dev-ruby/rack-0.3.0 >=dev-ruby/eventmachine-0.12.0" |