commit: c044b5eb998f2d3866b539f06cf3925e82bf8319 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Sat Mar 17 22:38:03 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 22 17:58:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c044b5eb
net-analyzer/sslsplit: explicit elibc_musl net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 2 +- net-analyzer/sslsplit/sslsplit-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild index ff66da2b26d..fbeb39924c7 100644 --- a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild +++ b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.roe.ch/SSLsplit" LICENSE="BSD-2" SLOT="0" -IUSE="test" +IUSE="elibc_musl test" if [[ ${PV} == *9999 ]] ; then inherit git-r3 diff --git a/net-analyzer/sslsplit/sslsplit-9999.ebuild b/net-analyzer/sslsplit/sslsplit-9999.ebuild index db153fb2976..537d8ae9c54 100644 --- a/net-analyzer/sslsplit/sslsplit-9999.ebuild +++ b/net-analyzer/sslsplit/sslsplit-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.roe.ch/SSLsplit" LICENSE="BSD-2" SLOT="0" -IUSE="test" +IUSE="elibc_musl test" if [[ ${PV} == *9999 ]] ; then inherit git-r3
