diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2020-09-04 11:12:52 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-29 20:37:13 +0000 |
commit | bde4d88cf9e0a5f80a830b5cc1df2e7418d3bdab (patch) | |
tree | 8f155fb4193915b74dc5f324cc80bd6ffd860958 /net-ftp/uftpd | |
parent | net-ftp/uftpd: pin version of tftp-hpa (diff) | |
download | gentoo-bde4d88cf9e0a5f80a830b5cc1df2e7418d3bdab.tar.gz gentoo-bde4d88cf9e0a5f80a830b5cc1df2e7418d3bdab.tar.bz2 gentoo-bde4d88cf9e0a5f80a830b5cc1df2e7418d3bdab.zip |
net-ftp/uftpd: explicitly block tftp-hpa-5.2-r1
Try and fix QA issue
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16805
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-ftp/uftpd')
-rw-r--r-- | net-ftp/uftpd/uftpd-2.13.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild index dbd99118a810..4a3710be7ac5 100644 --- a/net-ftp/uftpd/uftpd-2.13.ebuild +++ b/net-ftp/uftpd/uftpd-2.13.ebuild @@ -21,7 +21,8 @@ DEPEND=" ${RDEPEND} !net-misc/uftp !net-ftp/atftp - !net-ftp/tftp-hpa[server] + !=net-ftp/tftp-hpa-5.2-r1 + !>=net-ftp/tftp-hpa-5.2-r2[server] test? ( net-ftp/ftp net-ftp/tnftp |