commit:     acfd69b4dd2513353677f336241058502ef3e76a
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 06:48:23 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 06:49:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfd69b4

sys-process/cronie: Fixed build with >=sys-devel/autoconf-2.70_beta1

Thanks-to: Sergei Trofimovich <slyfox <AT> gentoo.org>
Closes: https://bugs.gentoo.org/750728
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild               |  1 +
 .../cronie/files/cronie-1.5.5-autoconf270.patch      | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild 
b/sys-process/cronie/cronie-1.5.5.ebuild
index 50c1b98619e..c032a0aa292 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -33,6 +33,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 PATCHES=(
        "${FILESDIR}/${PN}-1.5.3-systemd.patch"
+       "${FILESDIR}/${P}-autoconf270.patch" #750728
 )
 
 pkg_setup() {

diff --git a/sys-process/cronie/files/cronie-1.5.5-autoconf270.patch 
b/sys-process/cronie/files/cronie-1.5.5-autoconf270.patch
new file mode 100644
index 00000000000..d92761d6d4d
--- /dev/null
+++ b/sys-process/cronie/files/cronie-1.5.5-autoconf270.patch
@@ -0,0 +1,20 @@
+From 8191b84648efc4dd583fbbfc4350a9cc9bfd58fb Mon Sep 17 00:00:00 2001
+From: Tomas Mraz <tm...@fedoraproject.org>
+Date: Mon, 2 Nov 2020 11:05:26 +0100
+Subject: [PATCH] configure.ac: Drop the bug report e-mail from AC_INIT()
+
+Fixes #70
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 34ff51e..5b746ff 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,4 +1,4 @@
+-AC_INIT([cronie],[1.5.5],[mmasl...@redhat.com,tm...@fedoraproject.org])
++AC_INIT([cronie],[1.5.5])
+ AC_CONFIG_HEADER([config.h])
+ AC_PREREQ(2.60)
+ 

Reply via email to