commit: e9fb42e1179174075cc5a8be9f057dbd2f1e0869
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 16:10:01 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 16:10:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fb42e1
dev-python/partd: fix QA warning about tests
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/partd/partd-0.3.2.ebuild | 1 +
dev-python/partd/partd-0.3.8.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-python/partd/partd-0.3.2.ebuild
b/dev-python/partd/partd-0.3.2.ebuild
index b151c59f386..916931d897a 100644
--- a/dev-python/partd/partd-0.3.2.ebuild
+++ b/dev-python/partd/partd-0.3.2.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
diff --git a/dev-python/partd/partd-0.3.8.ebuild
b/dev-python/partd/partd-0.3.8.ebuild
index 6b9337da5db..fae54eecb00 100644
--- a/dev-python/partd/partd-0.3.8.ebuild
+++ b/dev-python/partd/partd-0.3.8.ebuild
@@ -14,6 +14,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}