diff options
author | 2007-12-27 21:53:41 +0000 | |
---|---|---|
committer | 2007-12-27 21:53:41 +0000 | |
commit | 00fd5d219effccba35f2392eba23ff80871db6ba (patch) | |
tree | 5dffb6c4c862d63dd4354ac0f782dd9218f493b8 /dev-ruby/httpclient/httpclient-2.1.2.ebuild | |
parent | Punt USE=imq. Use user-custom patch dir in /etc/. (diff) | |
download | gentoo-2-00fd5d219effccba35f2392eba23ff80871db6ba.tar.gz gentoo-2-00fd5d219effccba35f2392eba23ff80871db6ba.tar.bz2 gentoo-2-00fd5d219effccba35f2392eba23ff80871db6ba.zip |
Stable on x86, bug #203456.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'dev-ruby/httpclient/httpclient-2.1.2.ebuild')
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/httpclient/httpclient-2.1.2.ebuild b/dev-ruby/httpclient/httpclient-2.1.2.ebuild index 7a533e503963..534db5f18fa5 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 # 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.1 2007/11/19 19:51:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild,v 1.2 2007/12/27 21:53:41 ticho Exp $ inherit ruby @@ -9,7 +9,7 @@ HOMEPAGE="http://dev.ctor.org/http-access2/" SRC_URI="http://dev.ctor.org/download/${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="" USE_RUBY="any" |