Removed eutils class.

This commit is contained in:
Ronald Farrer 2023-09-13 21:04:48 -07:00
parent bde78d53eb
commit c73d60d154
2 changed files with 19 additions and 3 deletions

View file

@ -1,11 +1,11 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..11} )
inherit eutils meson python-any-r1 toolchain-funcs udev
inherit meson python-any-r1 toolchain-funcs udev
DESCRIPTION="Library for identifying Wacom tablets and their model-specific features with patches from linux-surface"
HOMEPAGE="https://github.com/linux-surface/linux-surface"