commit: b15259840f6422aea9c27a8c84a8fa5370b201d9 Author: demize <demize <AT> unstable <DOT> systems> AuthorDate: Tue Apr 15 17:17:48 2025 +0000 Commit: demize <demize <AT> unstable <DOT> systems> CommitDate: Tue Apr 15 17:17:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1525984
dev-python/auditok: add "test" USE and RESTRICT Required after https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b736b0c09f09 Signed-off-by: demize <demize <AT> unstable.systems> dev-python/auditok/auditok-0.1.5.ebuild | 3 +++ dev-python/auditok/auditok-0.2.0-r1.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-python/auditok/auditok-0.1.5.ebuild b/dev-python/auditok/auditok-0.1.5.ebuild index 09b31559e..1344e9163 100644 --- a/dev-python/auditok/auditok-0.1.5.ebuild +++ b/dev-python/auditok/auditok-0.1.5.ebuild @@ -16,6 +16,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + BDEPEND=" test? ( dev-python/pydub[${PYTHON_USEDEP}] diff --git a/dev-python/auditok/auditok-0.2.0-r1.ebuild b/dev-python/auditok/auditok-0.2.0-r1.ebuild index 5f960b2a1..f15f259cc 100644 --- a/dev-python/auditok/auditok-0.2.0-r1.ebuild +++ b/dev-python/auditok/auditok-0.2.0-r1.ebuild @@ -16,6 +16,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + BDEPEND=" test? ( dev-python/pydub[${PYTHON_USEDEP}]
