summaryrefslogtreecommitdiff
path: root/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-10 18:05:22 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-10 18:05:22 +0000
commit17dcfeba22240edb3c54d96e319edf6c4bc008c3 (patch)
treebf7e044eef048853420208d083f77f7cd820e881 /x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
parentf95eeaf7db6ca1bfbb34c05fdad9ed9bb603b1c8 (diff)
gentoo auto-resync : 10:03:2023 - 18:05:22
Diffstat (limited to 'x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild')
-rw-r--r--x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild11
1 files 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
+}