From 4d8dce2c3d5689faec5c968cdc7282523642b7f8 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 12 Feb 2009 18:39:56 +0000 Subject: Set USE_RUBY to ruby18 since rack does not install for ruby19. (Portage version: 2.2_rc23/cvs/Linux x86_64) --- www-servers/thin/ChangeLog | 7 +++++-- www-servers/thin/thin-1.0.0.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'www-servers/thin') 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ò 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" -- cgit v1.2.3-65-gdbad