diff options
author | 2004-07-15 03:11:11 +0000 | |
---|---|---|
committer | 2004-07-15 03:11:11 +0000 | |
commit | 7e60c7116425185a9689ab39c2122c0ee425cb4e (patch) | |
tree | 9395f57cc079d99246c0bbc117a77c412761d74d /sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild | |
parent | sync IUSE (+build, +hardened, +nls, +pic, +static), don't dep on arch for gnu... (diff) | |
download | gentoo-2-7e60c7116425185a9689ab39c2122c0ee425cb4e.tar.gz gentoo-2-7e60c7116425185a9689ab39c2122c0ee425cb4e.tar.bz2 gentoo-2-7e60c7116425185a9689ab39c2122c0ee425cb4e.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild')
-rw-r--r-- | sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild b/sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild index 0f654effd519..d2b2c368aee8 100644 --- a/sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild +++ b/sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: -S=${WORKDIR}/${P} DESCRIPTION="XPVM: A graphical console and monitor for PVM" SRC_URI="http://www.netlib.org/pvm3/xpvm/XPVM.src.1.2.5.tgz" HOMEPAGE="http://www.csm.ornl.gov/pvm/pvm_home.html" @@ -61,4 +60,3 @@ pkg_postinst() { ewarn "Environment Variables have changed. Do not forget to reboot or perform" ewarn "source /etc/profile before using xpvm !" } - |