summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/dwl/dwl-9999.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild
index 64884ee..9445eb2 100644
--- a/gui-wm/dwl/dwl-9999.ebuild
+++ b/gui-wm/dwl/dwl-9999.ebuild
@@ -21,7 +21,7 @@ EAPI=8
#
# Eclasses tend to list descriptions of how to use their functions properly.
# Take a look at the eclass/ directory for more examples.
-inherit savedconfig toolchain-funcs git-r3
+inherit toolchain-funcs git-r3
# official gentoo dwl ebuilds:
# https://codeberg.org/gentoo/gentoo/src/branch/master/gui-wm/dwl
@@ -133,13 +133,6 @@ BDEPEND="
"
-src_prepare() {
- restore_config config.h
-
- default
-}
-
-
# The following src_configure function is implemented as default by portage, so
# you only need to call it if you need a different behaviour.
#src_configure() {
@@ -214,6 +207,4 @@ src_install() {
install
dodoc CHANGELOG.md README.md
-
- save_config config.h
}