diff options
author | Sam James <sam@gentoo.org> | 2021-08-11 00:46:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-11 00:46:07 +0100 |
commit | d397bfe759ec36ceb825688d3d45f0970ceda0a6 (patch) | |
tree | 0ec8cf65c8be5bc08b20e9104162d9e9e445068d /net-dns | |
parent | net-dns/c-ares: add 1.17.2 (diff) | |
download | gentoo-d397bfe759ec36ceb825688d3d45f0970ceda0a6.tar.gz gentoo-d397bfe759ec36ceb825688d3d45f0970ceda0a6.tar.bz2 gentoo-d397bfe759ec36ceb825688d3d45f0970ceda0a6.zip |
net-dns/c-ares: add unstaged tweaks (RESTRICT, whitespace)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/c-ares/c-ares-1.17.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dns/c-ares/c-ares-1.17.2.ebuild b/net-dns/c-ares/c-ares-1.17.2.ebuild index 2a2ad767296f..4db3832180f7 100644 --- a/net-dns/c-ares/c-ares-1.17.2.ebuild +++ b/net-dns/c-ares/c-ares-1.17.2.ebuild @@ -14,6 +14,7 @@ SLOT="0/2" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris" IUSE="static-libs test" +RESTRICT="!test? ( test )" DOCS=( AUTHORS CHANGES NEWS README.md RELEASE-NOTES TODO ) @@ -24,8 +25,8 @@ MULTILIB_WRAPPED_HEADERS=( multilib_src_configure() { # Needed for running unit tests only # Violates sandbox and tests pass fine without - ax_cv_uts_namespace=no \ - ax_cv_user_namespace=no \ + ax_cv_uts_namespace=no \ + ax_cv_user_namespace=no \ ECONF_SOURCE="${S}" \ econf \ --enable-nonblocking \ |