mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
tuntox: remove user eclass usage
This commit is contained in:
parent
61d62655de
commit
76115d91ad
2 changed files with 5 additions and 6 deletions
|
|
@ -1 +0,0 @@
|
|||
tuntox-9999.ebuild
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue