summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 14:55:06 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 14:55:06 +0300
commitb36079a95bd391d0bc9ae88ac77414cc0b13cde6 (patch)
tree7e506879580fda01c1340a8732e2a8f15d0ab5ae /net-misc/seafile
parentnet-misc/nextcloud-client: remove libressl support (diff)
downloadgentoo-b36079a95bd391d0bc9ae88ac77414cc0b13cde6.tar.gz
gentoo-b36079a95bd391d0bc9ae88ac77414cc0b13cde6.tar.bz2
gentoo-b36079a95bd391d0bc9ae88ac77414cc0b13cde6.zip
net-misc/seafile: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-misc/seafile')
-rw-r--r--net-misc/seafile/seafile-8.0.1.ebuild4
-rw-r--r--net-misc/seafile/seafile-8.0.2.ebuild4
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 a01c2209a3fa..e38abffbafcf 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 112354cfcd00..24c749f0b911 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