summaryrefslogtreecommitdiff
path: root/gui-wm/dwl
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-02 20:01:38 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-02 20:01:38 -0700
commit9e73cc8f688836e381ec9b3e2f16803a53f3f557 (patch)
tree5c12b418742ea4f1a0e45664ae57e8daf4e9aa36 /gui-wm/dwl
parent571c60e1751c4b3a67990d8d8cb22fc3f175f65f (diff)
Remove savedconfig USE
Diffstat (limited to 'gui-wm/dwl')
-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
}