diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 21:19:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 21:20:31 +0200 |
commit | d46a4711f181e81394f409f035c3b54b03f88038 (patch) | |
tree | 1ba3221ee35e24981719aed9e59ec0d7a1870eb1 /www-servers | |
parent | mate-extra/mate-power-manager: Remove := inside ||, #586302 (diff) | |
download | gentoo-d46a4711f181e81394f409f035c3b54b03f88038.tar.gz gentoo-d46a4711f181e81394f409f035c3b54b03f88038.tar.bz2 gentoo-d46a4711f181e81394f409f035c3b54b03f88038.zip |
www-servers/varnish: Remove invalid := slotop from || (), #586330
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/varnish-3.0.7.ebuild | 4 | ||||
-rw-r--r-- | www-servers/varnish/varnish-4.0.3.ebuild | 4 | ||||
-rw-r--r-- | www-servers/varnish/varnish-4.1.2.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www-servers/varnish/varnish-3.0.7.ebuild b/www-servers/varnish/varnish-3.0.7.ebuild index b43cc84491f6..4c52071b5c33 100644 --- a/www-servers/varnish/varnish-3.0.7.ebuild +++ b/www-servers/varnish/varnish-3.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ KEYWORDS="amd64 ~mips x86" IUSE="doc jemalloc jit static-libs +tools" CDEPEND=" - || ( dev-libs/libedit sys-libs/readline:= ) + || ( dev-libs/libedit sys-libs/readline ) dev-libs/libpcre[jit?] jemalloc? ( dev-libs/jemalloc ) tools? ( sys-libs/ncurses:= )" diff --git a/www-servers/varnish/varnish-4.0.3.ebuild b/www-servers/varnish/varnish-4.0.3.ebuild index 96a8262946f1..917f7145b0ea 100644 --- a/www-servers/varnish/varnish-4.0.3.ebuild +++ b/www-servers/varnish/varnish-4.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ KEYWORDS="amd64 ~mips x86" IUSE="jemalloc jit static-libs" CDEPEND=" - || ( dev-libs/libedit sys-libs/readline:= ) + || ( dev-libs/libedit sys-libs/readline ) dev-libs/libpcre[jit?] jemalloc? ( dev-libs/jemalloc ) sys-libs/ncurses:=" diff --git a/www-servers/varnish/varnish-4.1.2.ebuild b/www-servers/varnish/varnish-4.1.2.ebuild index 31fefbf5eb32..289ef329d6b0 100644 --- a/www-servers/varnish/varnish-4.1.2.ebuild +++ b/www-servers/varnish/varnish-4.1.2.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~mips ~x86" IUSE="jemalloc jit static-libs" CDEPEND=" - || ( dev-libs/libedit sys-libs/readline:= ) + || ( dev-libs/libedit sys-libs/readline ) dev-libs/libpcre[jit?] jemalloc? ( dev-libs/jemalloc ) sys-libs/ncurses:=" |