summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-07-28 11:39:57 +0200
committerHans de Graaff <graaff@gentoo.org>2022-07-29 06:48:50 +0200
commitee3b8fe16f053b37cb40f426c98cc2095872ae5d (patch)
tree1a4a1c2a77bd0bb1736747b487a7be7e1bbd5ff2 /app-crypt
parentdev-ruby/gist: enable ruby31 (diff)
downloadgentoo-ee3b8fe16f053b37cb40f426c98cc2095872ae5d.tar.gz
gentoo-ee3b8fe16f053b37cb40f426c98cc2095872ae5d.tar.bz2
gentoo-ee3b8fe16f053b37cb40f426c98cc2095872ae5d.zip
app-crypt/acme-tiny: restrict tests and explain why
Closes: https://bugs.gentoo.org/795534 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild3
1 files changed, 3 insertions, 0 deletions
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}"