public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmapmload/
Date: Fri, 10 Mar 2023 11:40:59 +0000 (UTC)	[thread overview]
Message-ID: <1678448447.f3e507318058b4bbb239f37fa72456c9b7d2baf2.voyageur@gentoo> (raw)

commit:     f3e507318058b4bbb239f37fa72456c9b7d2baf2
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 11:24:14 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 11:40:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e50731

x11-plugins/wmapmload: fix implicit function  declarations in configure

Closes: https://bugs.gentoo.org/898930
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild b/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
index 4d08e881baf4..c9c1d830237b 100644
--- a/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
+++ b/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="dockapp that monitors your apm battery status"
 HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
@@ -17,3 +19,8 @@ RDEPEND="x11-libs/libX11
 	x11-libs/libXt
 	x11-libs/libXpm"
 DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}


             reply	other threads:[~2023-03-10 11:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10 11:40 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-12-26 14:58 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmapmload/ Mikle Kolyada
2017-12-20 15:33 Thomas Deutschmann
2017-12-19 13:48 Jason Zaman
2017-12-05 13:40 Bernard Cafarelli

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=1678448447.f3e507318058b4bbb239f37fa72456c9b7d2baf2.voyageur@gentoo \
    --to=voyageur@gentoo.org \
    --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