sys-apps/kbd: Sync with Gentoo

It's from Gentoo commit 627572a9b3064067a523063b0fca25b0791d99eb.
This commit is contained in:
Flatcar Buildbot 2024-10-21 07:08:21 +00:00
parent 4b7cdf3191
commit 81b84e01a3
2 changed files with 14 additions and 2 deletions

View File

@ -1,8 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit multiprocessing
if [[ ${PV} == 9999 ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/legionus/kbd.git https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git"
@ -75,6 +77,10 @@ src_configure() {
econf "${myeconfargs[@]}"
}
src_test() {
emake -Onone check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)"
}
src_install() {
default

View File

@ -1,8 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit multiprocessing
if [[ ${PV} == 9999 ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/legionus/kbd.git https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git"
@ -75,6 +77,10 @@ src_configure() {
econf "${myeconfargs[@]}"
}
src_test() {
emake -Onone check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)"
}
src_install() {
default