diff options
author | Sam James <sam@gentoo.org> | 2022-06-06 05:59:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-06 05:59:11 +0100 |
commit | 0fc5df3662acf72ed3a0e920496d064a1ada31da (patch) | |
tree | 471327d66a90c8f882b43290dd82a87c0e273f0c /app-misc/lirc | |
parent | media-libs/openimageio: fix UnusedLocalUse (diff) | |
download | gentoo-0fc5df3662acf72ed3a0e920496d064a1ada31da.tar.gz gentoo-0fc5df3662acf72ed3a0e920496d064a1ada31da.tar.bz2 gentoo-0fc5df3662acf72ed3a0e920496d064a1ada31da.zip |
app-misc/lirc: add note re autoreconf
Closes: https://bugs.gentoo.org/849788
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/lirc')
-rw-r--r-- | app-misc/lirc/lirc-0.10.1_p7.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |