diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:14 +0100 |
commit | 667b40c22c8925d103c36b103c02618d93eae30d (patch) | |
tree | b170411058951966fe8d9a81460f78359dab88df /net-analyzer | |
parent | net-analyzer/openbsd-netcat: remove implicit elibc_* flags (diff) | |
download | gentoo-667b40c22c8925d103c36b103c02618d93eae30d.tar.gz gentoo-667b40c22c8925d103c36b103c02618d93eae30d.tar.bz2 gentoo-667b40c22c8925d103c36b103c02618d93eae30d.zip |
net-analyzer/sslsplit: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sslsplit/sslsplit-0.5.4.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/sslsplit/sslsplit-0.5.5.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/sslsplit/sslsplit-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/sslsplit/sslsplit-0.5.4.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.4.ebuild index f75310908600..db089dcd713e 100644 --- a/net-analyzer/sslsplit/sslsplit-0.5.4.ebuild +++ b/net-analyzer/sslsplit/sslsplit-0.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.roe.ch/SSLsplit" LICENSE="BSD-2" SLOT="0" -IUSE="elibc_musl test" +IUSE="test" RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]] ; then diff --git a/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild index 355f76bc4381..c6f530a49947 100644 --- a/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild +++ b/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.roe.ch/SSLsplit" LICENSE="BSD-2" SLOT="0" -IUSE="elibc_musl test" +IUSE="test" RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]] ; then diff --git a/net-analyzer/sslsplit/sslsplit-9999.ebuild b/net-analyzer/sslsplit/sslsplit-9999.ebuild index 355f76bc4381..c6f530a49947 100644 --- a/net-analyzer/sslsplit/sslsplit-9999.ebuild +++ b/net-analyzer/sslsplit/sslsplit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.roe.ch/SSLsplit" LICENSE="BSD-2" SLOT="0" -IUSE="elibc_musl test" +IUSE="test" RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]] ; then |