commit:     b36079a95bd391d0bc9ae88ac77414cc0b13cde6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 11:55:06 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 11:55:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36079a9

net-misc/seafile: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-misc/seafile/seafile-8.0.1.ebuild | 4 +---
 net-misc/seafile/seafile-8.0.2.ebuild | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-misc/seafile/seafile-8.0.1.ebuild 
b/net-misc/seafile/seafile-8.0.1.ebuild
index a01c2209a3f..e38abffbafc 100644
--- a/net-misc/seafile/seafile-8.0.1.ebuild
+++ b/net-misc/seafile/seafile-8.0.1.ebuild
@@ -16,15 +16,13 @@ 
SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        $(python_gen_cond_dep '
                dev-python/future[${PYTHON_MULTI_USEDEP}]
        ')
-       !libressl? ( dev-libs/openssl:= )
-       libressl? ( dev-libs/libressl:= )
+       dev-libs/openssl:=
        dev-db/sqlite:3
        dev-libs/glib:2
        dev-libs/jansson

diff --git a/net-misc/seafile/seafile-8.0.2.ebuild 
b/net-misc/seafile/seafile-8.0.2.ebuild
index 112354cfcd0..24c749f0b91 100644
--- a/net-misc/seafile/seafile-8.0.2.ebuild
+++ b/net-misc/seafile/seafile-8.0.2.ebuild
@@ -18,15 +18,13 @@ 
SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> ${P
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        $(python_gen_cond_dep '
                dev-python/future[${PYTHON_MULTI_USEDEP}]
        ')
-       !libressl? ( dev-libs/openssl:= )
-       libressl? ( dev-libs/libressl:= )
+       dev-libs/openssl:=
        dev-db/sqlite:3
        dev-libs/glib:2
        dev-libs/jansson

Reply via email to