diff options
author | Sam James <sam@gentoo.org> | 2022-11-18 04:48:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-18 04:48:49 +0000 |
commit | 5637f86ab563088a4f7a2827ac7a49010eed99ed (patch) | |
tree | e40818463d2ec1b174b35bbabf7f04aa9398fb2f | |
parent | dev-perl/DateTime-TimeZone: add 2.560.0 (diff) | |
download | gentoo-5637f86ab563088a4f7a2827ac7a49010eed99ed.tar.gz gentoo-5637f86ab563088a4f7a2827ac7a49010eed99ed.tar.bz2 gentoo-5637f86ab563088a4f7a2827ac7a49010eed99ed.zip |
www-servers/varnish: fix libpcre2 dependency
Varnish has used libpcre2 since 7.x (and the configure arg already
reflects this). While at it, fix up some missing slot dep operators.
Bug: https://bugs.gentoo.org/879511
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | www-servers/varnish/varnish-7.1.1-r1.ebuild (renamed from www-servers/varnish/varnish-7.1.1.ebuild) | 9 | ||||
-rw-r--r-- | www-servers/varnish/varnish-7.1.2-r1.ebuild (renamed from www-servers/varnish/varnish-7.1.2.ebuild) | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/www-servers/varnish/varnish-7.1.1.ebuild b/www-servers/varnish/varnish-7.1.1-r1.ebuild index c4ac2a18ef9c..1ab7e2d2b04a 100644 --- a/www-servers/varnish/varnish-7.1.1.ebuild +++ b/www-servers/varnish/varnish-7.1.1-r1.ebuild @@ -17,11 +17,12 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="jemalloc jit static-libs" CDEPEND=" - sys-libs/readline:0= + sys-libs/readline:= dev-libs/libedit - dev-libs/libpcre[jit?] - jemalloc? ( dev-libs/jemalloc ) - sys-libs/ncurses:0=" + dev-libs/libpcre2[jit?] + sys-libs/ncurses:= + jemalloc? ( dev-libs/jemalloc:= ) +" #varnish compiles stuff at run time RDEPEND=" diff --git a/www-servers/varnish/varnish-7.1.2.ebuild b/www-servers/varnish/varnish-7.1.2-r1.ebuild index 6fe4beac2068..e9cc44e9f3e7 100644 --- a/www-servers/varnish/varnish-7.1.2.ebuild +++ b/www-servers/varnish/varnish-7.1.2-r1.ebuild @@ -17,11 +17,12 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="jemalloc jit static-libs" CDEPEND=" - sys-libs/readline:0= + sys-libs/readline:= dev-libs/libedit - dev-libs/libpcre[jit?] - jemalloc? ( dev-libs/jemalloc ) - sys-libs/ncurses:0=" + dev-libs/libpcre2[jit?] + sys-libs/ncurses:= + jemalloc? ( dev-libs/jemalloc:= ) +" #varnish compiles stuff at run time RDEPEND=" |