commit:     3c3f29cbdd169325b360e55989c3d171e3d1d8e6
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 11:26:27 2023 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 11:29:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3f29cb

www-apps/klaus: restrict tests, #908453

Closes: https://bugs.gentoo.org/908453
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/klaus/klaus-2.0.3.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-apps/klaus/klaus-2.0.3.ebuild 
b/www-apps/klaus/klaus-2.0.3.ebuild
index 41b3713ceb0a..af488c89f7ae 100644
--- a/www-apps/klaus/klaus-2.0.3.ebuild
+++ b/www-apps/klaus/klaus-2.0.3.ebuild
@@ -16,6 +16,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="ctags"
 
+# Tests can only be run from a git repository so they are not included in
+# source distributions.
+RESTRICT="test"
+
 RDEPEND="
        >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
        dev-python/flask[${PYTHON_USEDEP}]
@@ -25,9 +29,6 @@ RDEPEND="
        ctags? ( dev-python/python-ctags3[${PYTHON_USEDEP}] )
 "
 
-# The tests can only be run from a git repository
-# so they are not included in the source distributions
-
 python_install_all() {
        distutils-r1_python_install_all
        doman ${PN}.1

Reply via email to