diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2017-12-13 13:10:15 +0500 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-14 16:48:23 +0100 |
commit | d83fedaf1f5837374f60a086d7926b80f29ba953 (patch) | |
tree | 0096c62a7dec7c3cdd938a0fb93e1e52d8364d0e /net-misc/uftp | |
parent | net-misc/uftp: remove old version. (diff) | |
download | gentoo-d83fedaf1f5837374f60a086d7926b80f29ba953.tar.gz gentoo-d83fedaf1f5837374f60a086d7926b80f29ba953.tar.bz2 gentoo-d83fedaf1f5837374f60a086d7926b80f29ba953.zip |
net-misc/uftp: fix slot dependency.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'net-misc/uftp')
-rw-r--r-- | net-misc/uftp/uftp-3.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/uftp/uftp-3.7.1.ebuild b/net-misc/uftp/uftp-3.7.1.ebuild index 21d1dd7ac57d..4b12b671c17a 100644 --- a/net-misc/uftp/uftp-3.7.1.ebuild +++ b/net-misc/uftp/uftp-3.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+server ssl" -DEPEND="ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl:0 )" RDEPEND="${DEPEND}" src_prepare() { |