From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A35E1138331 for ; Fri, 6 Apr 2018 18:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9928E081E; Fri, 6 Apr 2018 18:46:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 998C2E081E for ; Fri, 6 Apr 2018 18:46:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50FB5335C51 for ; Fri, 6 Apr 2018 18:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3982726E for ; Fri, 6 Apr 2018 18:46:21 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1523040173.a935cdc170bcda534ad01824d600c13f03804e66.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lirc/lirc-0.9.4d.ebuild X-VCS-Directories: app-misc/lirc/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: a935cdc170bcda534ad01824d600c13f03804e66 X-VCS-Branch: master Date: Fri, 6 Apr 2018 18:46:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8fd7e0ad-4534-477d-945d-c84071092c47 X-Archives-Hash: 23598a9f8f227004965f40fd0212feb7 commit: a935cdc170bcda534ad01824d600c13f03804e66 Author: Craig Andrews gentoo org> AuthorDate: Fri Apr 6 18:42:53 2018 +0000 Commit: Craig Andrews gentoo 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 \