commit: 3581a0541ac21ce6602d870a59c8e097992bc511
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 13:27:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 13:27:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3581a054
net-analyzer/mdns-scan: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/mdns-scan/mdns-scan-0.5.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/net-analyzer/mdns-scan/mdns-scan-0.5.ebuild
b/net-analyzer/mdns-scan/mdns-scan-0.5.ebuild
index 7bfcea86d3db..4f83216b0ca3 100644
--- a/net-analyzer/mdns-scan/mdns-scan-0.5.ebuild
+++ b/net-analyzer/mdns-scan/mdns-scan-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,10 +12,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
src_prepare() {
sed -i "s#-Wall -W -g -O0 -pipe#${CFLAGS} ${LDFLAGS}#" Makefile
sed -i "s#-o #${CFLAGS} ${LDFLAGS} -o #" Makefile