summaryrefslogtreecommitdiff
path: root/dev-libs/librelp/librelp-1.9.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/librelp/librelp-1.9.0.ebuild')
-rw-r--r--dev-libs/librelp/librelp-1.9.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/librelp/librelp-1.9.0.ebuild b/dev-libs/librelp/librelp-1.9.0.ebuild
index 075cd75c08be..f877c131d5b8 100644
--- a/dev-libs/librelp/librelp-1.9.0.ebuild
+++ b/dev-libs/librelp/librelp-1.9.0.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"
@@ -16,15 +16,14 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
SLOT="0/0.5.0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
-IUSE="debug doc +ssl +gnutls libressl openssl static-libs test"
+IUSE="debug doc +ssl +gnutls openssl static-libs test"
REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"
RDEPEND="
ssl? (
gnutls? ( >=net-libs/gnutls-3.3.17.1:0= )
openssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)
)"
DEPEND="${RDEPEND}