diff options
author | 2004-07-15 02:03:37 +0000 | |
---|---|---|
committer | 2004-07-15 02:03:37 +0000 | |
commit | a8b36122eff621846777c382fb49db63b922bd54 (patch) | |
tree | af948a669ccee028e0bacc592770884bd19d9ac3 /sys-apps/mtx/mtx-1.2.17.ebuild | |
parent | don't dep on arch for gnuconfig_update, trim trailing whitespace (diff) | |
download | historical-a8b36122eff621846777c382fb49db63b922bd54.tar.gz historical-a8b36122eff621846777c382fb49db63b922bd54.tar.bz2 historical-a8b36122eff621846777c382fb49db63b922bd54.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/mtx/mtx-1.2.17.ebuild')
-rw-r--r-- | sys-apps/mtx/mtx-1.2.17.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/mtx/mtx-1.2.17.ebuild b/sys-apps/mtx/mtx-1.2.17.ebuild index 66190d7fa82c..69f23be6700b 100644 --- a/sys-apps/mtx/mtx-1.2.17.ebuild +++ b/sys-apps/mtx/mtx-1.2.17.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/sys-apps/mtx/mtx-1.2.17.ebuild,v 1.13 2004/06/30 22:02:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.17.ebuild,v 1.14 2004/07/15 02:01:19 agriffis Exp $ IUSE="" @@ -10,7 +10,6 @@ LICENSE="GPL-2" DEPEND="virtual/libc" SRC_URI="mirror://sourceforge/${PN}/${P}rel.tar.gz" RESTRICT="nomirror" -S=${WORKDIR}/${P} KEYWORDS="x86 amd64 sparc alpha ~ppc" SLOT="0" |