mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-libs/srt: Depend on dev-libs/nettle:0= when USE="gnutls".
Fixes: https://bugs.gentoo.org/692876 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
committed by
Mike Gilbert
parent
1fba43ad7c
commit
b3638d3890
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 2018-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -21,7 +21,10 @@ SLOT="0"
|
||||
IUSE="gnutls libressl"
|
||||
|
||||
DEPEND="
|
||||
gnutls? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
|
||||
gnutls? (
|
||||
dev-libs/nettle:0=[${MULTILIB_USEDEP}]
|
||||
net-libs/gnutls:0=[${MULTILIB_USEDEP}]
|
||||
)
|
||||
!gnutls? (
|
||||
!libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
|
||||
libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 2018-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -21,7 +21,10 @@ SLOT="0"
|
||||
IUSE="gnutls libressl test"
|
||||
|
||||
RDEPEND="
|
||||
gnutls? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
|
||||
gnutls? (
|
||||
dev-libs/nettle:0=[${MULTILIB_USEDEP}]
|
||||
net-libs/gnutls:0=[${MULTILIB_USEDEP}]
|
||||
)
|
||||
!gnutls? (
|
||||
!libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
|
||||
libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
|
||||
|
||||
Reference in New Issue
Block a user