From 21b63225426f51f5243051dc628b5bd91c2c774d Mon Sep 17 00:00:00 2001 From: mhsn Date: Mon, 30 Jun 2025 14:56:37 +0100 Subject: remove savedconfig USE flag --- x11-terms/st/st-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild index 94f9000..68a46d3 100644 --- a/x11-terms/st/st-9999.ebuild +++ b/x11-terms/st/st-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit desktop savedconfig toolchain-funcs +inherit desktop toolchain-funcs DESCRIPTION="Simple terminal implementation for X" HOMEPAGE="https://st.suckless.org/" @@ -49,8 +49,6 @@ src_prepare() { sed -i \ -e '/tic/d' \ Makefile || die - - restore_config config.h } src_configure() { @@ -67,8 +65,6 @@ src_install() { dodoc TODO make_desktop_entry ${PN} simpleterm utilities-terminal 'System;TerminalEmulator;' '' - - save_config config.h } pkg_postinst() { -- cgit v1.2.3