commit: b3638d38906eae81aef122ac5b6036cef68c1095 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Sat Sep 28 18:59:20 2019 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Sep 29 02:56:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3638d38
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 <AT> Apache.Org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-libs/srt/srt-1.3.2.ebuild | 7 +++++-- net-libs/srt/srt-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/net-libs/srt/srt-1.3.2.ebuild b/net-libs/srt/srt-1.3.2.ebuild index 998bdd69626..f329f489083 100644 --- a/net-libs/srt/srt-1.3.2.ebuild +++ b/net-libs/srt/srt-1.3.2.ebuild @@ -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}] ) diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild index 436354c1ae7..10750221932 100644 --- a/net-libs/srt/srt-9999.ebuild +++ b/net-libs/srt/srt-9999.ebuild @@ -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}] )
