commit: 3b52e1be3f86a902fc8ee65863150d91cfb0b27f Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Mar 1 16:46:47 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Mar 1 16:53:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b52e1be
net-ftp/tftp-hpa: add blockers on net-misc/inetutils Closes: https://bugs.gentoo.org/950438 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-ftp/tftp-hpa/{tftp-hpa-5.2-r3.ebuild => tftp-hpa-5.2-r4.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.2-r4.ebuild similarity index 93% rename from net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild rename to net-ftp/tftp-hpa/tftp-hpa-5.2-r4.ebuild index 0ecf65b9f793..e672befd63f7 100644 --- a/net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild +++ b/net-ftp/tftp-hpa/tftp-hpa-5.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -22,7 +22,11 @@ DEPEND=" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-tftp ) !net-ftp/atftp + client? ( + !net-misc/inetutils[tftp(+)] + ) server? ( + !net-misc/inetutils[tftpd(+)] !net-misc/iputils[tftpd(-)] !net-ftp/uftpd )