mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit acb32bf80ce20334e9c1c46085715eabfe5e296d.
This commit is contained in:
parent
8eb763ce33
commit
c444a7ee9e
@ -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() {
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user