x11-base/xorg-proto: Sync with Gentoo

It's from Gentoo commit acb32bf80ce20334e9c1c46085715eabfe5e296d.
This commit is contained in:
Flatcar Buildbot 2023-10-23 07:16:57 +00:00 committed by Krzesimir Nowak
parent 8eb763ce33
commit c444a7ee9e
2 changed files with 4 additions and 4 deletions

View File

@ -33,13 +33,13 @@ RESTRICT="!test? ( test )"
BDEPEND="
test? (
$(python_gen_any_dep '
dev-python/python-libevdev[${PYTHON_USEDEP}]
dev-python/libevdev[${PYTHON_USEDEP}]
')
)
"
python_check_deps() {
python_has_version "dev-python/python-libevdev[${PYTHON_USEDEP}]"
python_has_version "dev-python/libevdev[${PYTHON_USEDEP}]"
}
pkg_setup() {

View File

@ -33,14 +33,14 @@ RESTRICT="!test? ( test )"
BDEPEND="
test? (
$(python_gen_any_dep '
dev-python/python-libevdev[${PYTHON_USEDEP}]
dev-python/libevdev[${PYTHON_USEDEP}]
')
)
"
RDEPEND=""
python_check_deps() {
python_has_version "dev-python/python-libevdev[${PYTHON_USEDEP}]"
python_has_version "dev-python/libevdev[${PYTHON_USEDEP}]"
}
pkg_setup() {