1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Graphical version of su written in C and GTK+ 2"
9 HOMEPAGE="https://github.com/nomius/ktsuss/"
10 SRC_URI="https://github.com/nomius/ktsuss/archive/${PV}.tar.gz -> ${P}.tar.gz"
14 KEYWORDS="amd64 ~mips ppc ppc64 x86"
20 sudo? ( app-admin/sudo )
23 sys-apps/util-linux[su]
28 BDEPEND="virtual/pkgconfig"
30 DOCS=( Changelog CREDITS README.md )
33 "${FILESDIR}"/${P}-clang16.patch
34 "${FILESDIR}"/${P}-no-which.patch
44 econf $(use_enable sudo)