From d94f78d2183c8b8acf05b25fc00d7aec97ceaf02 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 3 Jul 2023 07:18:11 +0000 Subject: [PATCH] sys-apps/kbd: Sync with Gentoo It's from Gentoo commit 4a8a46e0a73109883117d43b75ab71d6e33b31c8. --- .../src/third_party/portage-stable/sys-apps/kbd/Manifest | 2 +- .../sys-apps/kbd/{kbd-2.6.0.ebuild => kbd-2.6.1.ebuild} | 9 ++++++--- .../portage-stable/sys-apps/kbd/kbd-9999.ebuild | 9 ++++++--- 3 files changed, 13 insertions(+), 7 deletions(-) rename sdk_container/src/third_party/portage-stable/sys-apps/kbd/{kbd-2.6.0.ebuild => kbd-2.6.1.ebuild} (95%) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/Manifest index 44730a3255..d1aaae7085 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/Manifest @@ -1,2 +1,2 @@ DIST kbd-2.5.1.tar.xz 1491952 BLAKE2B aab4c3d78c28709bf562b54fe94c0533d5c33185e183bf3eb944f89147b250d9df9b30b64a06eb4742feafe8c05a6aa491a7f007b4d6d9077bc19a4628ba05ae SHA512 74855f486aff5fc2f93a6cb29460a590c94eac653b001574e1b4eb1300ea99dfed9222f9e5d1d3a05a112a6880591d5c44ed6e76b8a64edf744ecb0892f562d0 -DIST kbd-2.6.0.tar.xz 1590196 BLAKE2B 9894bab607694cc60cece959573b8f13f687d47b4346fa84e57bffd2c062a5ac2830f9a6766aca70d2242f63f486c898fe5d777fc01dfabe85d004b1f29d364a SHA512 4b8cec06ea2143a285bedb95cb66c313ebac79dc3c64956f969f389186609bc1a066dbf32d6ae308e18947dcbe2f6f684f6c69d4210b40d449735e5704707b27 +DIST kbd-2.6.1.tar.xz 1591240 BLAKE2B 15c738379cfa9420e218ddbf6562e2c75b6bf5eb31ce159d798d49546991ca0c02bf9a11486d99bd2ba7d99f3bf6abb53ad799c6314df6d9ca9b1e8cf808b738 SHA512 8d7f39efa91ef16f4c0601c1744e7f00e411c121607660c8f585d3e085d8e8bea4ea095f6c7f491af763097a9844fb4a07d4b78a8358cb7caafbfda0626acf91 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.6.0.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.6.1.ebuild similarity index 95% rename from sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.6.0.ebuild rename to sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.6.1.ebuild index 47ef0e794f..23a50e0bfa 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.6.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.6.1.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://kbd-project.org/" LICENSE="GPL-2" SLOT="0" -IUSE="nls pam test" +IUSE="nls selinux pam test" RESTRICT="!test? ( test )" # Testsuite's Makefile.am calls missing(!) @@ -30,14 +30,17 @@ RESTRICT="!test? ( test )" # Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" -RDEPEND=" +DEPEND=" app-alternatives/gzip pam? ( !app-misc/vlock sys-libs/pam ) " -DEPEND="${RDEPEND}" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-loadkeys ) +" BDEPEND=" virtual/pkgconfig test? ( dev-libs/check ) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-9999.ebuild index 47ef0e794f..23a50e0bfa 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://kbd-project.org/" LICENSE="GPL-2" SLOT="0" -IUSE="nls pam test" +IUSE="nls selinux pam test" RESTRICT="!test? ( test )" # Testsuite's Makefile.am calls missing(!) @@ -30,14 +30,17 @@ RESTRICT="!test? ( test )" # Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" -RDEPEND=" +DEPEND=" app-alternatives/gzip pam? ( !app-misc/vlock sys-libs/pam ) " -DEPEND="${RDEPEND}" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-loadkeys ) +" BDEPEND=" virtual/pkgconfig test? ( dev-libs/check )