public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/
Date: Fri,  1 May 2020 16:40:00 +0000 (UTC)	[thread overview]
Message-ID: <1588348678.6399c85b6d6266a7e288a3eaff742820b9d7a300.andrewammerlaan@gentoo> (raw)

commit:     6399c85b6d6266a7e288a3eaff742820b9d7a300
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Fri May  1 15:49:50 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <kurt <AT> 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)


             reply	other threads:[~2020-05-01 16:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01 16:40 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-08 16:32 [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/ David Roman
2023-08-17  5:15 Viorel Munteanu
2022-10-04  2:54 Haelwenn Monnier
2021-08-29 17:05 Haelwenn Monnier
2020-12-06 10:49 Andrew Ammerlaan
2020-06-06  9:32 Andrew Ammerlaan
2020-05-31 17:00 Andrew Ammerlaan
2020-05-01 16:40 Andrew Ammerlaan
2020-05-01 15:39 Andrew Ammerlaan
2020-05-01  9:59 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588348678.6399c85b6d6266a7e288a3eaff742820b9d7a300.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox