commit: 509af28c8488165dd768df3866580810a9366fb1
parent 5c9e0b1e8345beb315293b25b693f029abb18306
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 11 Apr 2022 04:21:32 +0200
gui-wm/inaban: Remove savedconfig calls
Diffstat:
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gui-wm/inaban/inaban-9999.ebuild b/gui-wm/inaban/inaban-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Copyright 2019-2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,11 +26,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-src_configure() {
- restore_config config.h
- default
-}
-
src_compile() {
emake \
CC="${CC:-cc}" \
@@ -45,6 +40,5 @@ src_install() {
PREFIX="/usr" \
install
- save_config config.h
einstalldocs
}