From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1405172-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2BB30158003
	for <garchives@archives.gentoo.org>; Mon,  6 Jun 2022 04:59:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2D539E0929;
	Mon,  6 Jun 2022 04:59:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A01A5E0929
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jun 2022 04:59:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5AC9534194A
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jun 2022 04:59:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D334326
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jun 2022 04:59:20 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1654491551.0fc5df3662acf72ed3a0e920496d064a1ada31da.sam@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.10.1_p7.ebuild
X-VCS-Directories: app-misc/lirc/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0fc5df3662acf72ed3a0e920496d064a1ada31da
X-VCS-Branch: master
Date: Mon,  6 Jun 2022 04:59:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2eb24275-9c84-4fd3-b015-06a31ff29807
X-Archives-Hash: 17db7f04f507aa316a46418e41c20358

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