commit: 340c2f1ca4795ebba2afd20a8b3c8d3581a00720 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Jan 2 17:45:55 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Jan 2 17:45:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340c2f1c
dev-libs/libhid: force bash Closes: https://bugs.gentoo.org/886075 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/libhid/libhid-0.2.17-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-libs/libhid/libhid-0.2.17-r1.ebuild b/dev-libs/libhid/libhid-0.2.17-r1.ebuild index 908ad8e00008..af3a98a876a4 100644 --- a/dev-libs/libhid/libhid-0.2.17-r1.ebuild +++ b/dev-libs/libhid/libhid-0.2.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,8 +25,8 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}"/${P}-configure.patch - "${FILESDIR}"/${P}-man.patch + "${FILESDIR}"/${PN}-0.2.17-configure.patch + "${FILESDIR}"/${PN}-0.2.17-man.patch ) src_prepare() { @@ -36,6 +36,7 @@ src_prepare() { } src_configure() { + local CONFIG_SHELL="$(type -P bash)" export OS_LDFLAGS="${LDFLAGS}" myeconfargs=(
