summaryrefslogtreecommitdiff
path: root/x11-terms
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-06-30 14:56:37 +0100
committermhsn <mail@mhsn.net>2025-06-30 14:56:37 +0100
commit21b63225426f51f5243051dc628b5bd91c2c774d (patch)
treebf37ebe769b57cd44b9e914c3c6aed7c81936231 /x11-terms
parente03c041703310be52f7e9b7317b9747821ca1dc8 (diff)
downloadadelie-21b63225426f51f5243051dc628b5bd91c2c774d.tar.gz
adelie-21b63225426f51f5243051dc628b5bd91c2c774d.zip
remove savedconfig USE flag
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/st/st-9999.ebuild6
1 files changed, 1 insertions, 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() {