diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:16:17 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:16:17 +0000 |
commit | e4a36263221c7d3b76ba3b6120068327a3925be9 (patch) | |
tree | a431f73956a62295b717dcfbd0999e8708d19e5a /dev-lisp/openmcl-build-tools | |
parent | version bump (bug #65667) (diff) | |
download | gentoo-2-e4a36263221c7d3b76ba3b6120068327a3925be9.tar.gz gentoo-2-e4a36263221c7d3b76ba3b6120068327a3925be9.tar.bz2 gentoo-2-e4a36263221c7d3b76ba3b6120068327a3925be9.zip |
QA: Don't assign default to S
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lisp/openmcl-build-tools')
-rw-r--r-- | dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild b/dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild index 7634e1bd64d2..db2c9113bf5a 100644 --- a/dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild +++ b/dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild,v 1.1 2005/03/11 16:51:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild,v 1.2 2005/07/10 01:11:41 swegener Exp $ inherit eutils common-lisp-common-2 @@ -16,8 +16,6 @@ IUSE="" DEPEND="" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} tar xfz ${S}/openmcl-interfaces-${PV:2}.tar.gz -C ${S} || die |