Diff kbd-2.7.1 with a kbd-9999
/usr/portage/sys-apps/kbd/kbd-9999.ebuild 2024-12-25 14:59:52.767270182 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
12 | 12 |
else |
13 | 13 |
if [[ $(ver_cut 3) -lt 90 ]] ; then |
14 | 14 |
SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" |
15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" |
|
15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
16 | 16 |
else |
17 | 17 |
inherit autotools |
18 | 18 |
SRC_URI="https://github.com/legionus/kbd/archive/v${PV}.tar.gz -> ${P}.tar.gz" |