diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 15:30:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 15:30:26 +0300 |
commit | 6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062 (patch) | |
tree | 9c9baa374b10de49a180ee13bc33f7ce8cb17fcb /dev-erlang/fast_tls | |
parent | dev-cpp/asio: remove libressl support (diff) | |
download | gentoo-6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062.tar.gz gentoo-6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062.tar.bz2 gentoo-6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062.zip |
dev-erlang/fast_tls: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-erlang/fast_tls')
-rw-r--r-- | dev-erlang/fast_tls/fast_tls-1.1.6.ebuild | 6 | ||||
-rw-r--r-- | dev-erlang/fast_tls/fast_tls-1.1.8.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild index 02a074912245..9b63c05ab774 100644 --- a/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild +++ b/dev-erlang/fast_tls/fast_tls-1.1.6.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=6 @@ -13,11 +13,9 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" -IUSE="libressl" DEPEND=">=dev-erlang/p1_utils-1.0.19 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0=" RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md README.md ) diff --git a/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild index da775c47b26b..86e4771f7d47 100644 --- a/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild +++ b/dev-erlang/fast_tls/fast_tls-1.1.8.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=6 @@ -13,11 +13,9 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" -IUSE="libressl" DEPEND=">=dev-erlang/p1_utils-1.0.20 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0=" RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md README.md ) |