From 7122856411f25896a4708d478086882e47e48bfc Mon Sep 17 00:00:00 2001 From: SigHunter Date: Mon, 9 Sep 2024 14:54:01 +0200 Subject: [PATCH] x11-terms/xst: Fix variable order, add missing include, remove unused includes Signed-off-by: SigHunter --- x11-terms/xst/xst-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/xst/xst-9999.ebuild b/x11-terms/xst/xst-9999.ebuild index 7f43075..c7798e0 100644 --- a/x11-terms/xst/xst-9999.ebuild +++ b/x11-terms/xst/xst-9999.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit git-r3 multilib savedconfig toolchain-funcs +inherit desktop git-r3 savedconfig DESCRIPTION="Simple terminal implementation for X with Xresources support and other patches" HOMEPAGE="https://github.com/gnotclub/xst" EGIT_REPO_URI="${HOMEPAGE}" -SLOT="0" LICENSE="MIT-with-advertising" +SLOT="0" IUSE="savedconfig"