commit: 0fc5df3662acf72ed3a0e920496d064a1ada31da Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 6 04:59:11 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 6 04:59:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc5df36
app-misc/lirc: add note re autoreconf Closes: https://bugs.gentoo.org/849788 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/lirc/lirc-0.10.1_p7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-misc/lirc/lirc-0.10.1_p7.ebuild b/app-misc/lirc/lirc-0.10.1_p7.ebuild index 009328e62c06..9efc83183be1 100644 --- a/app-misc/lirc/lirc-0.10.1_p7.ebuild +++ b/app-misc/lirc/lirc-0.10.1_p7.ebuild @@ -93,6 +93,8 @@ pkg_setup() { src_prepare() { default + # Keep eautoreconf until a new release to fix Python macros + # bug #849788 if [[ -d "${WORKDIR}"/debian/patches ]] ; then eapply $(sed -e 's:^:../debian/patches/:' ../debian/patches/series || die) eautoreconf
