diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:18:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:18:30 +0000 |
commit | 4b7b8b2f50adf857262043990e8e15cb296a9224 (patch) | |
tree | ebcc849dc37bf34344f0e287521636ed4729f620 /dev-ruby/ruby-svg | |
parent | version bump to 0.8.3_rc3 (diff) | |
download | historical-4b7b8b2f50adf857262043990e8e15cb296a9224.tar.gz historical-4b7b8b2f50adf857262043990e8e15cb296a9224.tar.bz2 historical-4b7b8b2f50adf857262043990e8e15cb296a9224.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-ruby/ruby-svg')
-rw-r--r-- | dev-ruby/ruby-svg/ruby-svg-1.0.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ruby/ruby-svg/ruby-svg-1.0.3.ebuild b/dev-ruby/ruby-svg/ruby-svg-1.0.3.ebuild index e5bba6adf22a..9ad479a7db56 100644 --- a/dev-ruby/ruby-svg/ruby-svg-1.0.3.ebuild +++ b/dev-ruby/ruby-svg/ruby-svg-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-svg/ruby-svg-1.0.3.ebuild,v 1.4 2004/06/25 02:03:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-svg/ruby-svg-1.0.3.ebuild,v 1.5 2004/07/14 22:15:52 agriffis Exp $ inherit ruby @@ -13,7 +13,6 @@ KEYWORDS="x86 ~ppc" USE_RUBY="any" IUSE="" DEPEND="virtual/ruby" -S="${WORKDIR}/${P}" src_install() { |