projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8274e
)
net-libs/srt: Fix DEPENDs
author
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 21 Feb 2019 11:14:52 +0000
(12:14 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 21 Feb 2019 11:14:52 +0000
(12:14 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/srt/srt-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/srt/srt-9999.ebuild
b/net-libs/srt/srt-9999.ebuild
index 2de86652d528d3a3b9de7f38a148a8d487926003..436354c1ae7ee5f626dcae0a2d84ec1ba38faf95 100644
(file)
--- a/
net-libs/srt/srt-9999.ebuild
+++ b/
net-libs/srt/srt-9999.ebuild
@@
-20,17
+20,16
@@
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="gnutls libressl test"
-BDEPEND="
- test? ( dev-cpp/gtest )
-"
-DEPEND="
+RDEPEND="
gnutls? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
!gnutls? (
!libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
)
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ test? ( dev-cpp/gtest )
+"
RESTRICT="!test? ( test )"