commit: 08c741f2f658896634e54cb8fb6a9046ee8a5fe1 Author: Keri Harris <keri <AT> gentoo <DOT> org> AuthorDate: Mon May 31 18:46:59 2021 +0000 Commit: Keri Harris <keri <AT> gentoo <DOT> org> CommitDate: Mon May 31 18:47:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c741f2
net-misc/pedro: cleanly regenerate configure script and Makefiles Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Keri Harris <keri <AT> gentoo.org> net-misc/pedro/pedro-1.12.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-misc/pedro/pedro-1.12.ebuild b/net-misc/pedro/pedro-1.12.ebuild index 050a58794d6..f513594a09f 100644 --- a/net-misc/pedro/pedro-1.12.ebuild +++ b/net-misc/pedro/pedro-1.12.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="Pedro is a subscription/notification communications system" HOMEPAGE="https://staff.itee.uq.edu.au/pjr/HomePages/PedroHome.html" @@ -26,6 +26,12 @@ PATCHES=( "${FILESDIR}"/${P}-portage.patch ) +src_prepare() { + default + + eautoreconf +} + src_configure() { tc-export PKG_CONFIG
