diff options
-rw-r--r-- | net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild (renamed from net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild index 30a1a4c26456..54d062e02d68 100644 --- a/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild +++ b/net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -23,7 +23,7 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-tftp ) !net-ftp/atftp server? ( - !net-misc/iputils[tftpd(+)] + !net-misc/iputils[tftpd(-)] !net-ftp/uftpd ) " |