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: Tue, 29 Sep 2020 20:37:21
Message-Id: 1601411832.cb6c02fd20c75955c7f9b21b528b3db2b91f75a5.sam@gentoo
1 commit: cb6c02fd20c75955c7f9b21b528b3db2b91f75a5
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 4 07:37:38 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 20:37:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6c02fd
7
8 net-ftp/tftp-hpa: fix collision with uftpd
9
10 tftp-hpa client can still be installed along side with uftpd.
11
12 Package-Manager: Portage-3.0.4, Repoman-2.3.23
13 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild | 6 ++++--
17 1 file changed, 4 insertions(+), 2 deletions(-)
18
19 diff --git a/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild
20 index 3381ec42a76..b242ee02119 100644
21 --- a/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild
22 +++ b/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild
23 @@ -22,8 +22,10 @@ DEPEND="
24 RDEPEND="${DEPEND}
25 selinux? ( sec-policy/selinux-tftp )
26 !net-ftp/atftp
27 - !net-ftp/uftpd
28 - server? ( !net-misc/iputils[tftpd(+)] )
29 + server? (
30 + !net-misc/iputils[tftpd(+)]
31 + !net-ftp/uftpd
32 + )
33 "
34
35 PATCHES=(