From 9e73cc8f688836e381ec9b3e2f16803a53f3f557 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Thu, 2 Jul 2026 20:01:38 -0700 Subject: Remove savedconfig USE --- gui-wm/dwl/dwl-9999.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'gui-wm') 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 } -- cgit v1.2.3