tuntox: remove user eclass usage

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-12-07 21:27:55 -05:00
parent 61d62655de
commit 76115d91ad
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 5 additions and 6 deletions

View file

@ -1 +0,0 @@
tuntox-9999.ebuild

View file

@ -3,7 +3,7 @@
EAPI=7
inherit systemd user
inherit systemd
DESCRIPTION="Tunnel TCP connections over the Tox protocol"
HOMEPAGE="https://gdr.name/tuntox https://github.com/gjedeer/tuntox"
@ -29,10 +29,10 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
pkg_setup() {
enewgroup ${PN}
enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
}
#pkg_setup() {
# enewgroup ${PN}
# enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
#}
src_prepare() {
# eapply ${FILESDIR}/makefile.patch