commit: cdb5d4fc1266feea294d4e8fa64269c7845855ca
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 20:26:42 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 20:27:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb5d4fc
net-misc/iputils: remove pointless S assignment
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/iputils/iputils-20210202.ebuild | 2 --
net-misc/iputils/iputils-99999999.ebuild | 2 --
2 files changed, 4 deletions(-)
diff --git a/net-misc/iputils/iputils-20210202.ebuild
b/net-misc/iputils/iputils-20210202.ebuild
index dd1ca32b9e8..61132b5fea4 100644
--- a/net-misc/iputils/iputils-20210202.ebuild
+++ b/net-misc/iputils/iputils-20210202.ebuild
@@ -59,8 +59,6 @@ if [[ ${PV} == "99999999" ]] ; then
"
fi
-[ "${PV}" == "99999999" ] || S="${WORKDIR}/${PN}-${PV}"
-
PATCHES=()
src_prepare() {
diff --git a/net-misc/iputils/iputils-99999999.ebuild
b/net-misc/iputils/iputils-99999999.ebuild
index dd1ca32b9e8..61132b5fea4 100644
--- a/net-misc/iputils/iputils-99999999.ebuild
+++ b/net-misc/iputils/iputils-99999999.ebuild
@@ -59,8 +59,6 @@ if [[ ${PV} == "99999999" ]] ; then
"
fi
-[ "${PV}" == "99999999" ] || S="${WORKDIR}/${PN}-${PV}"
-
PATCHES=()
src_prepare() {