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 5DAC01382C5 for ; Mon, 29 Jun 2020 06:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F191E0982; Mon, 29 Jun 2020 06:29:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 85A9DE0957 for ; Mon, 29 Jun 2020 06:29:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 618E634F331 for ; Mon, 29 Jun 2020 06:29:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B885292 for ; Mon, 29 Jun 2020 06:29:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1593412149.71011bdab94ac24d87bd41065d40fdf5380e1fe2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/chmlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/chmlib/chmlib-0.40-r1.ebuild X-VCS-Directories: dev-libs/chmlib/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 71011bdab94ac24d87bd41065d40fdf5380e1fe2 X-VCS-Branch: master Date: Mon, 29 Jun 2020 06:29:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da90b434-0c3f-4c46-b5e6-44c99a10507f X-Archives-Hash: b881d2f46394b1bcbcbdaef6ffe40a1c commit: 71011bdab94ac24d87bd41065d40fdf5380e1fe2 Author: Thomas Schneider chaotikum eu> AuthorDate: Thu Apr 23 11:19:48 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jun 29 06:29:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71011bda dev-libs/chmlib: Run eautoreconf in src_prepare() Closes: https://bugs.gentoo.org/668408 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Schneider chaotikum.eu> Signed-off-by: Lars Wendler gentoo.org> dev-libs/chmlib/chmlib-0.40-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-libs/chmlib/chmlib-0.40-r1.ebuild b/dev-libs/chmlib/chmlib-0.40-r1.ebuild index bb9a74993b7..7b60e53d0f7 100644 --- a/dev-libs/chmlib/chmlib-0.40-r1.ebuild +++ b/dev-libs/chmlib/chmlib-0.40-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit out-of-source +inherit autotools out-of-source DESCRIPTION="Library for MS CHM (compressed html) file format" HOMEPAGE="http://www.jedrea.com/chmlib/" @@ -19,6 +19,11 @@ PATCHES=( "${FILESDIR}"/${P}-headers.patch ) +src_prepare() { + default + eautoreconf +} + my_src_configure() { econf \ $(use_enable examples) \