diff options
author | 2021-07-06 22:57:10 +0100 | |
---|---|---|
committer | 2021-07-06 22:57:10 +0100 | |
commit | 251f61e789699cd5d1920471c13ddb785e93b28c (patch) | |
tree | 0eb13ef9793db417f304c66b3061855ad79a5fe1 /dev-python/python-lhafile | |
parent | dev-python/python-lhafile: Drop old 0.2.2 (diff) | |
download | gentoo-251f61e789699cd5d1920471c13ddb785e93b28c.tar.gz gentoo-251f61e789699cd5d1920471c13ddb785e93b28c.tar.bz2 gentoo-251f61e789699cd5d1920471c13ddb785e93b28c.zip |
dev-python/python-lhafile: Formally flag that the tests do not work
Closes: https://bugs.gentoo.org/798597
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/python-lhafile')
-rw-r--r-- | dev-python/python-lhafile/python-lhafile-0.3.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild index 532279f61ebd..1e871b03c263 100644 --- a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild +++ b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild @@ -14,5 +14,4 @@ SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" - -# NOTE: The tests don't work, they're probably outdated. +RESTRICT="test" # The tests don't work, they're probably outdated. |