commit: ee3b8fe16f053b37cb40f426c98cc2095872ae5d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Jul 28 09:39:57 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 29 04:48:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3b8fe1
app-crypt/acme-tiny: restrict tests and explain why Closes: https://bugs.gentoo.org/795534 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild index d1dbadc05430..11801bcbdbfe 100644 --- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild @@ -24,6 +24,9 @@ IUSE="" DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" RDEPEND="dev-libs/openssl:0" +# Tests require a local ACME server to be set up. +RESTRICT="test" + pkg_setup() { if [[ ${PV} != 9999 ]]; then export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
