Diff xkeyboard-config-2.46 with a xkeyboard-config-9999
| /usr/portage/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild 2025-10-08 18:21:10.808789447 +0300 | ||
|---|---|---|
| 14 | 14 |
inherit git-r3 |
| 15 | 15 |
else |
| 16 | 16 |
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.xz"
|
| 17 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
| 17 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
| 18 | 18 |
fi |
| 19 | 19 | |
| 20 | 20 |
LICENSE="MIT" |
| ... | ... | |
| 38 | 38 |
) |
| 39 | 39 |
" |
| 40 | 40 | |
| 41 |
PATCHES=( |
|
| 42 |
"${FILESDIR}"/${PN}-2.46-libxkbcommon-2.11-tests.patch
|
|
| 43 |
) |
|
| 44 | ||
| 45 | 41 |
python_check_deps() {
|
| 46 | 42 |
use test || return 0 |
| 47 | 43 |
python_has_version \ |
| ... | ... | |
| 55 | 51 |
} |
| 56 | 52 | |
| 57 | 53 |
src_prepare() {
|
| 58 |
default |
|
| 54 |
eapply_user |
|
| 59 | 55 | |
| 60 | 56 |
# Remove pytest timeout |
| 61 | 57 |
sed -i -e "/test('pytest'/,/)$/ { s/timeout: [0-9]*/timeout: 0/ }" meson.build || die
|