diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:07:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:07:19 +0000 |
commit | 9639ce3370a9154e3aac1036676094e51ccf2d56 (patch) | |
tree | 8badf5214e664ee65259e96aa76db1f3ce278185 /dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | |
parent | Add ~alpha/~ia64/~sparc wrt #293671 (diff) | |
download | historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.gz historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.bz2 historical-9639ce3370a9154e3aac1036676094e51ccf2d56.zip |
Various cleanups.
Package-Manager: portage-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"]'` |