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@unstable.systems>
This commit is contained in:
demize
2025-04-15 13:17:48 -04:00
parent d630bfa4b3
commit b15259840f
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-python/pydub[${PYTHON_USEDEP}]

View File

@@ -16,6 +16,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-python/pydub[${PYTHON_USEDEP}]