diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-07-22 10:42:34 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-07-22 10:43:00 -0400 |
commit | 9f9307bfe64af9aecb5ce42e32e1b7b44c999d20 (patch) | |
tree | ae32a45e994e14781010906910b3a46cb760fa1a /media-video/rtmpdump/rtmpdump-9999.ebuild | |
parent | dev-ruby/puppetdb-termini: 6.3.4 stable amd64/x86 with cleanup (diff) | |
download | gentoo-9f9307bfe64af9aecb5ce42e32e1b7b44c999d20.tar.gz gentoo-9f9307bfe64af9aecb5ce42e32e1b7b44c999d20.tar.bz2 gentoo-9f9307bfe64af9aecb5ce42e32e1b7b44c999d20.zip |
media-video/rtmpdump: directly depend on dev-libs/nettle:0=
Closes: https://bugs.gentoo.org/690422
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-video/rtmpdump/rtmpdump-9999.ebuild')
-rw-r--r-- | media-video/rtmpdump/rtmpdump-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild index 42acf5134f90..d4e9a79c5e11 100644 --- a/media-video/rtmpdump/rtmpdump-9999.ebuild +++ b/media-video/rtmpdump/rtmpdump-9999.ebuild @@ -14,7 +14,10 @@ SLOT="0" IUSE="gnutls ssl libressl" DEPEND="ssl? ( - gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] ) + gnutls? ( + >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] + dev-libs/nettle:0=[${MULTILIB_USEDEP}] + ) !gnutls? ( !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) |