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/varnish/varnish-4.0.3.ebuild | |
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/varnish/varnish-4.0.3.ebuild')
-rw-r--r-- | www-servers/varnish/varnish-4.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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:=" |