summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-15 11:30:18 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-15 11:30:18 +0000
commit2eb0d86b356e68b117f50b782278c5a0e41c8f51 (patch)
tree2b3f895a1dc6996a8d1b6fd7413895619dd1e1f8 /dev-ruby/httpclient
parentFix for new ffmpeg API, bug 242000, thanks to Alexis Ballier. (diff)
downloadgentoo-2-2eb0d86b356e68b117f50b782278c5a0e41c8f51.tar.gz
gentoo-2-2eb0d86b356e68b117f50b782278c5a0e41c8f51.tar.bz2
gentoo-2-2eb0d86b356e68b117f50b782278c5a0e41c8f51.zip
Workaround mv error from ruby.eclass.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'dev-ruby/httpclient')
-rw-r--r--dev-ruby/httpclient/ChangeLog8
-rw-r--r--dev-ruby/httpclient/httpclient-2.1.2.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog
index be9fc9ca465a..8c99de18e214 100644
--- a/dev-ruby/httpclient/ChangeLog
+++ b/dev-ruby/httpclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httpclient
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.5 2007/12/31 12:13:33 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.6 2008/10/15 11:30:18 flameeyes Exp $
+
+ 15 Oct 2008; Diego Pettenò <flameeyes@gentoo.org>
+ httpclient-2.1.2.ebuild:
+ Workaround mv error from ruby.eclass.
31 Dec 2007; Raúl Porcel <armin76@gentoo.org> httpclient-2.1.2.ebuild:
ia64 stable wrt #203456
diff --git a/dev-ruby/httpclient/httpclient-2.1.2.ebuild b/dev-ruby/httpclient/httpclient-2.1.2.ebuild
index 6140c8b2cf04..d01f1bd8ae81 100644
--- a/dev-ruby/httpclient/httpclient-2.1.2.ebuild
+++ b/dev-ruby/httpclient/httpclient-2.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild,v 1.5 2007/12/31 12:13:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild,v 1.6 2008/10/15 11:30:18 flameeyes Exp $
inherit ruby
@@ -11,7 +11,7 @@ LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""
-USE_RUBY="any"
+USE_RUBY="1.8"
S="${WORKDIR}/${P}"