diff options
author | Sam James <sam@gentoo.org> | 2022-04-03 03:48:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-03 03:48:30 +0100 |
commit | 3d8acecf8a4943b9d1d43aeb8da399a09c716cd7 (patch) | |
tree | 247751c852d5f2a8ce7aa6c030d9b9e7c0c050ba /net-ftp | |
parent | net-analyzer/traceroute: adapt to iputils traceroute6 removal (diff) | |
download | gentoo-3d8acecf8a4943b9d1d43aeb8da399a09c716cd7.tar.gz gentoo-3d8acecf8a4943b9d1d43aeb8da399a09c716cd7.tar.bz2 gentoo-3d8acecf8a4943b9d1d43aeb8da399a09c716cd7.zip |
net-ftp/tftp-hpa: adapt to iputils tftpd removal
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-ftp')
-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 ) " |