commit: a935cdc170bcda534ad01824d600c13f03804e66 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Fri Apr 6 18:42:53 2018 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Fri Apr 6 18:42:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a935cdc1
app-misc/lirc: Run eautoreconf in 0.9.4d Closes: https://bugs.gentoo.org/649870 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-misc/lirc/lirc-0.9.4d.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app-misc/lirc/lirc-0.9.4d.ebuild b/app-misc/lirc/lirc-0.9.4d.ebuild index 25ec10062e3..57072953cad 100644 --- a/app-misc/lirc/lirc-0.9.4d.ebuild +++ b/app-misc/lirc/lirc-0.9.4d.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_4 python3_5 ) -inherit eutils flag-o-matic python-single-r1 systemd xdg-utils +inherit autotools eutils flag-o-matic python-single-r1 systemd xdg-utils DESCRIPTION="decode and send infra-red signals of many commonly used remote controls" HOMEPAGE="http://www.lirc.org/" @@ -71,6 +71,11 @@ PATCHES=( "${FILESDIR}"/lirc-0.9.4-doc-path-fix.patch ) +src_prepare() { + default + eautoreconf +} + src_configure() { xdg_environment_reset econf \
