x11-terms/xst: Fix variable order, add missing include, remove unused includes

Signed-off-by: SigHunter <sighunter@gmx.de>
This commit is contained in:
SigHunter 2024-09-09 14:54:01 +02:00
parent 91bcb6629b
commit 7122856411
No known key found for this signature in database
GPG Key ID: E6359D3AA1AA2397

View File

@ -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"