diff options
Diffstat (limited to 'net-proxy/haproxy/haproxy-1.9.9999.ebuild')
-rw-r--r-- | net-proxy/haproxy/haproxy-1.9.9999.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-proxy/haproxy/haproxy-1.9.9999.ebuild b/net-proxy/haproxy/haproxy-1.9.9999.ebuild index 0eacacdc48d8..7239bbf71492 100644 --- a/net-proxy/haproxy/haproxy-1.9.9999.ebuild +++ b/net-proxy/haproxy/haproxy-1.9.9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" [[ ${PV} == *9999 ]] && SCM="git-r3" -inherit user toolchain-funcs flag-o-matic systemd linux-info $SCM +inherit toolchain-funcs flag-o-matic systemd linux-info $SCM MY_P="${PN}-${PV/_beta/-dev}" @@ -45,7 +45,9 @@ DEPEND=" zlib? ( sys-libs/zlib ) lua? ( dev-lang/lua:5.3 ) device-atlas? ( dev-libs/device-atlas-api-c )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + acct-group/haproxy + acct-user/haproxy" S="${WORKDIR}/${MY_P}" @@ -63,9 +65,6 @@ haproxy_use() { } pkg_setup() { - enewgroup haproxy - enewuser haproxy -1 -1 -1 haproxy - if use net_ns; then CONFIG_CHECK="~NET_NS" linux-info_pkg_setup |