Merge branch 'main' of github.com:CanuteTheGreat/gentoo-linux-surface-overlay
broken stuff...
This commit is contained in:
commit
8317001921
3 changed files with 19 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
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"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
repo-name = gentoo-linux-surface-overlay
|
||||
masters = gentoo
|
||||
thin-manifests = true
|
||||
sign-manifests = false
|
||||
|
|
16
metadata/md5-cache/dev-libs/libwacom-surface-1.9
Normal file
16
metadata/md5-cache/dev-libs/libwacom-surface-1.9
Normal file
|
@ -0,0 +1,16 @@
|
|||
BDEPEND=virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( || ( dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-python/python-libevdev[python_targets_python3_11(-)] dev-python/pyudev[python_targets_python3_11(-)] dev-python/pytest[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/python-libevdev[python_targets_python3_10(-)] dev-python/pyudev[python_targets_python3_10(-)] dev-python/pytest[python_targets_python3_10(-)] ) ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=dev-libs/glib:2 dev-libs/libgudev:= !!dev-libs/libwacom
|
||||
DESCRIPTION=Library for identifying Wacom tablets and their model-specific features with patches from linux-surface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/linux-surface/linux-surface
|
||||
INHERIT=meson python-any-r1 toolchain-funcs udev
|
||||
IUSE=doc test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/glib:2 dev-libs/libgudev:= !!dev-libs/libwacom
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/linuxwacom/libwacom/releases/download/libwacom-1.9/libwacom-1.9.tar.bz2
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 meson 08b7183c3f4811568ee93eb0f79a89fe python-any-r1 f5169813d1619761b459800587005fd2 udev eec0bbab06977f1cfc5597269c1fa152
|
||||
_md5_=732b83d6c53e14c7353e98d4aa101ed1
|
Loading…
Add table
Reference in a new issue