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.18.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.18.ebuild')
-rw-r--r-- | sys-apps/mtx/mtx-1.2.18.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/mtx/mtx-1.2.18.ebuild b/sys-apps/mtx/mtx-1.2.18.ebuild index b087752d02b2..657de2103a9b 100644 --- a/sys-apps/mtx/mtx-1.2.18.ebuild +++ b/sys-apps/mtx/mtx-1.2.18.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.18.ebuild,v 1.6 2004/07/11 21:30:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.18.ebuild,v 1.7 2004/07/15 02:01:19 agriffis Exp $ IUSE="" @@ -9,7 +9,6 @@ HOMEPAGE="http://mtx.sourceforge.net" LICENSE="GPL-2" DEPEND="virtual/libc" SRC_URI="ftp://ftp.badtux.net/pub/storage/${PN}/${P}rel.tar.gz" -S=${WORKDIR}/${P} KEYWORDS="x86 ~amd64 ~sparc alpha ~ppc" SLOT="0" |