diff options
author | Sam James <sam@gentoo.org> | 2022-02-10 14:45:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-10 14:46:17 +0000 |
commit | 83cf9e2749be378ca4bb12096c2a33093a0af998 (patch) | |
tree | 69f93d912f6a328952fbd50b3e2aa431887c1f0e | |
parent | sys-kernel/linux-firmware: Version bump 20220209 (diff) | |
download | gentoo-83cf9e2749be378ca4bb12096c2a33093a0af998.tar.gz gentoo-83cf9e2749be378ca4bb12096c2a33093a0af998.tar.bz2 gentoo-83cf9e2749be378ca4bb12096c2a33093a0af998.zip |
sys-devel/m4: temporarily drop test patch
Need to investigate the makeinfo regeneration issue and it's
not critical so let's disable the patch for now to avoid issues for folks.
Bug: https://bugs.gentoo.org/833080
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-devel/m4/m4-1.4.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/m4/m4-1.4.19.ebuild b/sys-devel/m4/m4-1.4.19.ebuild index 7c3d013dc009..062190e4c1fd 100644 --- a/sys-devel/m4/m4-1.4.19.ebuild +++ b/sys-devel/m4/m4-1.4.19.ebuild @@ -33,7 +33,7 @@ BDEPEND="app-arch/xz-utils PATCHES=( "${FILESDIR}"/ppc-musl.patch - "${WORKDIR}"/${P}-test-198-sysval.patch + #"${WORKDIR}"/${P}-test-198-sysval.patch ) src_configure() { |