diff options
author | Sam James <sam@gentoo.org> | 2023-06-30 14:27:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-30 14:27:07 +0100 |
commit | 967d52538754d366275ae3d28eee73768b86d9ae (patch) | |
tree | caf66c05932366719b72c476c66da478e47a57e8 /net-misc | |
parent | net-misc/ndppd: drop blank DEPEND/RDEPEND (diff) | |
download | gentoo-967d52538754d366275ae3d28eee73768b86d9ae.tar.gz gentoo-967d52538754d366275ae3d28eee73768b86d9ae.tar.bz2 gentoo-967d52538754d366275ae3d28eee73768b86d9ae.zip |
net-misc/portspoof: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/portspoof/portspoof-1.3.ebuild | 5 | ||||
-rw-r--r-- | net-misc/portspoof/portspoof-9999.ebuild | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/net-misc/portspoof/portspoof-1.3.ebuild b/net-misc/portspoof/portspoof-1.3.ebuild index 48332848d894..aa2143647342 100644 --- a/net-misc/portspoof/portspoof-1.3.ebuild +++ b/net-misc/portspoof/portspoof-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,9 +9,6 @@ LICENSE="GPL-2+" SLOT="0" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://github.com/drk1wi/${PN}.git" diff --git a/net-misc/portspoof/portspoof-9999.ebuild b/net-misc/portspoof/portspoof-9999.ebuild index 48332848d894..aa2143647342 100644 --- a/net-misc/portspoof/portspoof-9999.ebuild +++ b/net-misc/portspoof/portspoof-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,9 +9,6 @@ LICENSE="GPL-2+" SLOT="0" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://github.com/drk1wi/${PN}.git" |