Diff libratbag-0.16 with a libratbag-0.17
/usr/portage/dev-libs/libratbag/libratbag-0.17.ebuild 2023-10-09 14:52:29.528368351 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | 7 | |
8 | 8 |
inherit meson python-single-r1 systemd udev |
9 | 9 | |
... | ... | |
61 | 61 |
dev-libs/gobject-introspection |
62 | 62 |
" |
63 | 63 | |
64 |
PATCHES=( |
|
65 |
"${FILESDIR}"/${PN}-0.16-musl-error.h.patch |
|
66 |
) |
|
67 | ||
68 | 64 |
src_prepare() { |
69 | 65 |
default |
70 | 66 | |
... | ... | |
102 | 98 |
elog 'You need to be in "plugdev" group in order to access the' |
103 | 99 |
elog 'ratbagd dbus interface' |
104 | 100 |
fi |
101 |
elog 'You may be required to create and/or be part of the "games" group if you intend on using piper' |
|
105 | 102 |
} |