diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2018-03-17 23:38:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-22 18:58:27 +0100 |
commit | c044b5eb998f2d3866b539f06cf3925e82bf8319 (patch) | |
tree | 6db90bd1bc7b3327e564ec3c5d51e89651b1c777 /net-analyzer | |
parent | net-analyzer/sslsplit: fix date (diff) | |
download | gentoo-c044b5eb998f2d3866b539f06cf3925e82bf8319.tar.gz gentoo-c044b5eb998f2d3866b539f06cf3925e82bf8319.tar.bz2 gentoo-c044b5eb998f2d3866b539f06cf3925e82bf8319.zip |
net-analyzer/sslsplit: explicit elibc_musl
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 2 | ||||
-rw-r--r-- | 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 ff66da2b26df..fbeb39924c75 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 db153fb2976f..537d8ae9c54e 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 |