mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user