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

Closes: https://bugs.gentoo.org/898930
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2023-03-10 12:24:14 +01:00
parent a2baf61e7d
commit f3e5073180

View File

@@ -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
}