diff options
Diffstat (limited to 'net-p2p/mktorrent')
-rw-r--r-- | net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild index bc2ff912f7c7..4dcfd16cd968 100644 --- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild +++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,13 +19,10 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="threads +ssl libressl debug" +IUSE="threads +ssl debug" RDEPEND=" - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) " DEPEND="${RDEPEND}" |