Skip to content

Commit

Permalink
media-video/rtmpdump: Depend on net-libs/gnutls when USE=gnutls is on.
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/498840

Package-Manager: portage-2.3.0_rc1
Closes: gentoo#1634

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
candrews authored and monsieurp committed Jun 16, 2016
1 parent 1be090a commit ef71138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux
IUSE="gnutls polarssl ssl libressl"

DEPEND="ssl? (
gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] )
gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] )
polarssl? ( !gnutls? ( >=net-libs/polarssl-1.3.4[${MULTILIB_USEDEP}] ) )
!gnutls? ( !polarssl? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl ) ) )
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion media-video/rtmpdump/rtmpdump-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ KEYWORDS=""
IUSE="gnutls polarssl ssl libressl"

DEPEND="ssl? (
gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] )
gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] )
polarssl? ( !gnutls? ( >=net-libs/polarssl-1.3.4[${MULTILIB_USEDEP}] ) )
!gnutls? ( !polarssl? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl ) ) )
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
Expand Down

0 comments on commit ef71138

Please sign in to comment.