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 | e11b2e13d7241e978d9c4ebe96b110f2c3ac359f (patch) | |
tree | 161e8804c92a8882bc70bb83d607bc6a41e42c58 /dev-ruby/text-format/text-format-0.64.ebuild | |
parent | version bump to 0.8.3_rc3 (Manifest recommit) (diff) | |
download | gentoo-2-e11b2e13d7241e978d9c4ebe96b110f2c3ac359f.tar.gz gentoo-2-e11b2e13d7241e978d9c4ebe96b110f2c3ac359f.tar.bz2 gentoo-2-e11b2e13d7241e978d9c4ebe96b110f2c3ac359f.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-ruby/text-format/text-format-0.64.ebuild')
-rw-r--r-- | dev-ruby/text-format/text-format-0.64.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ruby/text-format/text-format-0.64.ebuild b/dev-ruby/text-format/text-format-0.64.ebuild index 805c5d2302fd..7a25a54960ff 100644 --- a/dev-ruby/text-format/text-format-0.64.ebuild +++ b/dev-ruby/text-format/text-format-0.64.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/text-format/text-format-0.64.ebuild,v 1.3 2004/06/25 02:05:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.4 2004/07/14 22:18:30 agriffis Exp $ inherit eutils @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/ruby" -S=${WORKDIR}/${P} src_unpack() { unpack ${A} |