diff --git a/www-apps/cgit/cgit-1.2.1.ebuild b/www-apps/cgit/cgit-1.2.1.ebuild index 82174c822957f..4bbbeef07a16f 100644 --- a/www-apps/cgit/cgit-1.2.1.ebuild +++ b/www-apps/cgit/cgit-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -38,7 +38,8 @@ DEPEND="${RDEPEND} pkg_setup() { webapp_pkg_setup - enewuser "${PN}" + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} } src_prepare() { diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index 28d3a7922770e..a6df9326558dd 100644 --- a/www-apps/cgit/cgit-9999.ebuild +++ b/www-apps/cgit/cgit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -36,7 +36,8 @@ DEPEND="${RDEPEND} pkg_setup() { webapp_pkg_setup - enewuser "${PN}" + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} } src_prepare() {