summaryrefslogtreecommitdiff
path: root/net-misc/nextcloud-client/nextcloud-client-3.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/nextcloud-client/nextcloud-client-3.1.1.ebuild')
-rw-r--r--net-misc/nextcloud-client/nextcloud-client-3.1.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/nextcloud-client/nextcloud-client-3.1.1.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.1.1.ebuild
index a3dd780f6e5f..c870a1c17324 100644
--- a/net-misc/nextcloud-client/nextcloud-client-3.1.1.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-3.1.1.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
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}.
LICENSE="CC-BY-3.0 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc dolphin libressl nautilus test"
+IUSE="doc dolphin nautilus test"
COMMON_DEPEND=">=dev-db/sqlite-3.4:3
dev-libs/qtkeychain[qt5(+)]
@@ -33,8 +33,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3
kde-frameworks/kcoreaddons:5
kde-frameworks/kio:5
)
- !libressl? ( >=dev-libs/openssl-1.1.0:0= )
- libressl? ( >=dev-libs/libressl-3.1:0= )
+ >=dev-libs/openssl-1.1.0:0=
nautilus? ( dev-python/nautilus-python )"
RDEPEND="${COMMON_DEPEND}"