Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/
Date: Fri, 06 Apr 2018 18:46:25
Message-Id: 1523040173.a935cdc170bcda534ad01824d600c13f03804e66.candrews@gentoo
1 commit: a935cdc170bcda534ad01824d600c13f03804e66
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 18:42:53 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 18:42:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a935cdc1
7
8 app-misc/lirc: Run eautoreconf in 0.9.4d
9
10 Closes: https://bugs.gentoo.org/649870
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 app-misc/lirc/lirc-0.9.4d.ebuild | 9 +++++++--
14 1 file changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/lirc/lirc-0.9.4d.ebuild b/app-misc/lirc/lirc-0.9.4d.ebuild
17 index 25ec10062e3..57072953cad 100644
18 --- a/app-misc/lirc/lirc-0.9.4d.ebuild
19 +++ b/app-misc/lirc/lirc-0.9.4d.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 PYTHON_COMPAT=( python3_4 python3_5 )
28
29 -inherit eutils flag-o-matic python-single-r1 systemd xdg-utils
30 +inherit autotools eutils flag-o-matic python-single-r1 systemd xdg-utils
31
32 DESCRIPTION="decode and send infra-red signals of many commonly used remote controls"
33 HOMEPAGE="http://www.lirc.org/"
34 @@ -71,6 +71,11 @@ PATCHES=(
35 "${FILESDIR}"/lirc-0.9.4-doc-path-fix.patch
36 )
37
38 +src_prepare() {
39 + default
40 + eautoreconf
41 +}
42 +
43 src_configure() {
44 xdg_environment_reset
45 econf \