Diff xkeyboard-config-2.47 with a xkeyboard-config-9999
| /usr/portage/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild 2025-12-22 20:18:07.044221372 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 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" |
|
| 17 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 18 | 18 |
fi |
| 19 | 19 | |
| 20 | 20 |
LICENSE="MIT" |
| ... | ... | |
| 51 | 51 |
} |
| 52 | 52 | |
| 53 | 53 |
src_prepare() {
|
| 54 |
default |
|
| 54 |
eapply_user |
|
| 55 | 55 | |
| 56 | 56 |
# Remove pytest timeout |
| 57 | 57 |
sed -i -e "/test('pytest'/,/)$/ { s/timeout: [0-9]*/timeout: 0/ }" meson.build || die
|