From: "Kurt Kanzenbach" <kurt@kmk-computers.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rauc/
Date: Fri, 1 May 2020 15:58:13 +0000 (UTC) [thread overview]
Message-ID: <1588348678.6399c85b6d6266a7e288a3eaff742820b9d7a300.KurtKanzenbach@gentoo> (raw)
commit: 6399c85b6d6266a7e288a3eaff742820b9d7a300
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Fri May 1 15:49:50 2020 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
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)
next reply other threads:[~2020-05-01 15:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-01 15:58 Kurt Kanzenbach [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-07 20:08 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rauc/ Kurt Kanzenbach
2024-02-14 18:04 Kurt Kanzenbach
2024-01-26 16:25 Kurt Kanzenbach
2023-08-16 19:03 Kurt Kanzenbach
2022-10-02 13:36 Kurt Kanzenbach
2021-08-29 11:07 Kurt Kanzenbach
2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-06 10:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-05 17:35 Kurt Kanzenbach
2020-05-30 8:50 Kurt Kanzenbach
2020-05-01 15:58 Kurt Kanzenbach
2020-05-01 11:45 Kurt Kanzenbach
2020-05-01 9:31 Kurt Kanzenbach
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.KurtKanzenbach@gentoo \
--to=kurt@kmk-computers.de \
--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