summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/varnish')
-rw-r--r--www-servers/varnish/varnish-6.2.2-r1.ebuild (renamed from www-servers/varnish/varnish-6.2.2.ebuild)11
-rw-r--r--www-servers/varnish/varnish-6.3.0.ebuild2
2 files changed, 4 insertions, 9 deletions
diff --git a/www-servers/varnish/varnish-6.2.2.ebuild b/www-servers/varnish/varnish-6.2.2-r1.ebuild
index e5c46f10e7df..45b9dbeea581 100644
--- a/www-servers/varnish/varnish-6.2.2.ebuild
+++ b/www-servers/varnish/varnish-6.2.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
PYTHON_COMPAT=( python{3_5,3_6,3_7} pypy )
-inherit user autotools systemd python-r1
+inherit autotools systemd python-r1
DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator"
HOMEPAGE="https://varnish-cache.org/"
@@ -26,6 +26,8 @@ CDEPEND="
RDEPEND="
${PYTHON_DEPS}
${CDEPEND}
+ acct-user/varnish
+ acct-group/varnish
sys-devel/gcc"
DEPEND="
@@ -38,13 +40,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test" #315725
-pkg_setup() {
- ebegin "Creating varnish user and group"
- enewgroup varnish
- enewuser varnish -1 -1 /var/lib/varnish varnish
- eend $?
-}
-
src_prepare() {
# Remove -Werror bug #528354
sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac
diff --git a/www-servers/varnish/varnish-6.3.0.ebuild b/www-servers/varnish/varnish-6.3.0.ebuild
index 9930680fa67b..45b9dbeea581 100644
--- a/www-servers/varnish/varnish-6.3.0.ebuild
+++ b/www-servers/varnish/varnish-6.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
PYTHON_COMPAT=( python{3_5,3_6,3_7} pypy )
-inherit user autotools systemd python-r1
+inherit autotools systemd python-r1
DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator"
HOMEPAGE="https://varnish-cache.org/"