diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-01-02 18:45:55 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-01-02 18:45:55 +0100 |
commit | 340c2f1ca4795ebba2afd20a8b3c8d3581a00720 (patch) | |
tree | 8efade555e759bd75f7e94529828a5e438d29a36 /dev-libs/libhid | |
parent | app-crypt/p11-kit: add missing libxslt BDEPEND (diff) | |
download | gentoo-340c2f1ca4795ebba2afd20a8b3c8d3581a00720.tar.gz gentoo-340c2f1ca4795ebba2afd20a8b3c8d3581a00720.tar.bz2 gentoo-340c2f1ca4795ebba2afd20a8b3c8d3581a00720.zip |
dev-libs/libhid: force bash
Closes: https://bugs.gentoo.org/886075
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/libhid')
-rw-r--r-- | dev-libs/libhid/libhid-0.2.17-r1.ebuild | 7 |
1 files 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=( |