mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Test dependencies are moved to BDEPEND and python_has_version is used
instead of has_version as suggested in python guide [1].
The package seems to support only 4 architectures, see the commit
message b2413e6de746 ("dev-lib/boxfort: blacklist all remaining archs"),
therefore, remaining architectures are newly unlisted with -* keyword,
rather than enumerating them all.
[1] https://projects.gentoo.org/python/guide/any.html#conditional-python-use
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>