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 EE5D5138351 for ; Fri, 1 May 2020 16:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21340E0A6A; Fri, 1 May 2020 16:40:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0CC69E0A6A for ; Fri, 1 May 2020 16:40:21 +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 64B6E34F06B for ; Fri, 1 May 2020 16:40:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C39649C for ; Fri, 1 May 2020 16:40:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588348678.6399c85b6d6266a7e288a3eaff742820b9d7a300.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/rauc/rauc-1.3.ebuild X-VCS-Directories: dev-embedded/rauc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6399c85b6d6266a7e288a3eaff742820b9d7a300 X-VCS-Branch: master Date: Fri, 1 May 2020 16:40:00 +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: 52a55ad6-a17f-4c69-8f49-d0ce690997d0 X-Archives-Hash: dafc594d1fff84a994af040e27d0b175 commit: 6399c85b6d6266a7e288a3eaff742820b9d7a300 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Fri May 1 15:49:50 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 1 15:57:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6399c85b dev-embedded/rauc: Fix compile against different automake version Call autoreconf due to patching. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach kmk-computers.de> dev-embedded/rauc/rauc-1.3.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-embedded/rauc/rauc-1.3.ebuild b/dev-embedded/rauc/rauc-1.3.ebuild index 686a41b..5e7aedc 100644 --- a/dev-embedded/rauc/rauc-1.3.ebuild +++ b/dev-embedded/rauc/rauc-1.3.ebuild @@ -6,7 +6,7 @@ EAPI=7 DOCBUILDER="sphinx" DOCDIR="${S}/docs" -inherit docs +inherit autotools docs DESCRIPTION="Lightweight update client that runs on your Embedded Linux device" HOMEPAGE="https://rauc.io/" @@ -36,6 +36,11 @@ DEPEND=" PATCHES=( "${FILESDIR}/${P}-tests.patch" ) +src_prepare() { + default + eautoreconf +} + src_configure() { local myconf=( $(use_enable json)