Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/tftp-hpa/
Date: Sun, 03 Apr 2022 02:48:58
Message-Id: 1648954110.3d8acecf8a4943b9d1d43aeb8da399a09c716cd7.sam@gentoo
1 commit: 3d8acecf8a4943b9d1d43aeb8da399a09c716cd7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 02:48:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 02:48:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8acecf
7
8 net-ftp/tftp-hpa: adapt to iputils tftpd removal
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-ftp/tftp-hpa/{tftp-hpa-5.2-r2.ebuild => tftp-hpa-5.2-r3.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild
16 similarity index 95%
17 rename from net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild
18 rename to net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild
19 index 30a1a4c26456..54d062e02d68 100644
20 --- a/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild
21 +++ b/net-ftp/tftp-hpa/tftp-hpa-5.2-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="7"
28 @@ -23,7 +23,7 @@ RDEPEND="${DEPEND}
29 selinux? ( sec-policy/selinux-tftp )
30 !net-ftp/atftp
31 server? (
32 - !net-misc/iputils[tftpd(+)]
33 + !net-misc/iputils[tftpd(-)]
34 !net-ftp/uftpd
35 )
36 "