diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2020-09-04 10:10:57 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-29 20:37:13 +0000 |
commit | 0598c283e3543ad72cb0ee62aae2c3341cb93a81 (patch) | |
tree | 64f440c66084fbe531ef2f916187953f3067ae78 /net-ftp | |
parent | net-ftp/uftpd: fix failing tests (diff) | |
download | gentoo-0598c283e3543ad72cb0ee62aae2c3341cb93a81.tar.gz gentoo-0598c283e3543ad72cb0ee62aae2c3341cb93a81.tar.bz2 gentoo-0598c283e3543ad72cb0ee62aae2c3341cb93a81.zip |
net-ftp/uftpd: pin version of tftp-hpa
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/uftpd/uftpd-2.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild index d2c9e2b701b4..dbd99118a810 100644 --- a/net-ftp/uftpd/uftpd-2.13.ebuild +++ b/net-ftp/uftpd/uftpd-2.13.ebuild @@ -25,7 +25,7 @@ DEPEND=" test? ( net-ftp/ftp net-ftp/tnftp - net-ftp/tftp-hpa[client] + >=net-ftp/tftp-hpa-5.2-r2[client] )" src_test() { |