diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-08-23 21:34:21 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-08-23 21:34:21 -0400 |
commit | 85df12b0fb4272ea7a45674e90c099f2f05a58d7 (patch) | |
tree | dfc81ad53efcc40499ceaccf7adbd40693e81bda /sys-boot/mokutil/mokutil-0.6.0.ebuild | |
parent | net-libs/libiio: drop 0.24 (diff) | |
download | gentoo-85df12b0fb4272ea7a45674e90c099f2f05a58d7.tar.gz gentoo-85df12b0fb4272ea7a45674e90c099f2f05a58d7.tar.bz2 gentoo-85df12b0fb4272ea7a45674e90c099f2f05a58d7.zip |
sys-boot/mokutil: fix build failure
Closes: https://bugs.gentoo.org/895772
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sys-boot/mokutil/mokutil-0.6.0.ebuild')
-rw-r--r-- | sys-boot/mokutil/mokutil-0.6.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-boot/mokutil/mokutil-0.6.0.ebuild b/sys-boot/mokutil/mokutil-0.6.0.ebuild index cf7a65403d0e..b57693258f14 100644 --- a/sys-boot/mokutil/mokutil-0.6.0.ebuild +++ b/sys-boot/mokutil/mokutil-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,8 @@ DEPEND="dev-libs/openssl:= RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" +PATCHES=( "${FILESDIR}"/mokutil-0.6.0-conflict.patch ) + src_prepare() { default eautoreconf |