diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:55:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:55:13 +0000 |
commit | dd9b8706bd51a2e1750b69e154b7c43dbc451837 (patch) | |
tree | 4895eca286a74867f555c7d5588cfc828bacaece /dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | |
parent | Add ~alpha/~ia64/~sparc wrt #313563 (diff) | |
download | gentoo-2-dd9b8706bd51a2e1750b69e154b7c43dbc451837.tar.gz gentoo-2-dd9b8706bd51a2e1750b69e154b7c43dbc451837.tar.bz2 gentoo-2-dd9b8706bd51a2e1750b69e154b7c43dbc451837.zip |
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rubytorrent/rubytorrent-0.3.ebuild')
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 27a6a44a339f..5256b8bd5f47 100644 --- a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild +++ b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.10 2009/12/24 17:30:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.11 2010/05/22 15:55:13 flameeyes Exp $ inherit ruby @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ia64 ~ppc x86" IUSE="" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18" src_install() { local sitelibdir=`${RUBY} -r rbconfig -e 'puts Config::CONFIG["sitelibdir"]'` |