diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2022-06-21 17:00:55 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2022-06-21 17:01:01 +0200 |
commit | 93868267b81e1f80f5f077c375991b0ebcff2347 (patch) | |
tree | 686cbe76e09915807aba68c9af81f1fc3f0fe884 /net-proxy | |
parent | net-proxy/haproxy: Bump to 2.6.1 (diff) | |
download | gentoo-93868267b81e1f80f5f077c375991b0ebcff2347.tar.gz gentoo-93868267b81e1f80f5f077c375991b0ebcff2347.tar.bz2 gentoo-93868267b81e1f80f5f077c375991b0ebcff2347.zip |
net-proxy/haproxy: Fix some slotting
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | net-proxy/haproxy/haproxy-2.6.9999.ebuild | 2 | ||||
-rw-r--r-- | net-proxy/haproxy/haproxy-9999.ebuild | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/net-proxy/haproxy/haproxy-2.6.1.ebuild b/net-proxy/haproxy/haproxy-2.6.1.ebuild index 9b0bc07daa75..959a7a9dac4f 100644 --- a/net-proxy/haproxy/haproxy-2.6.1.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.1.ebuild @@ -24,7 +24,7 @@ else fi LICENSE="GPL-2 LGPL-2.1" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) diff --git a/net-proxy/haproxy/haproxy-2.6.9999.ebuild b/net-proxy/haproxy/haproxy-2.6.9999.ebuild index 9b0bc07daa75..959a7a9dac4f 100644 --- a/net-proxy/haproxy/haproxy-2.6.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.9999.ebuild @@ -24,7 +24,7 @@ else fi LICENSE="GPL-2 LGPL-2.1" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) diff --git a/net-proxy/haproxy/haproxy-9999.ebuild b/net-proxy/haproxy/haproxy-9999.ebuild index 53a61ef08341..8c47c8d88263 100644 --- a/net-proxy/haproxy/haproxy-9999.ebuild +++ b/net-proxy/haproxy/haproxy-9999.ebuild @@ -24,7 +24,7 @@ else fi LICENSE="GPL-2 LGPL-2.1" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) @@ -60,6 +60,7 @@ haproxy_use() { } pkg_setup() { + echo $SLOT use lua && lua-single_pkg_setup if use net_ns; then CONFIG_CHECK="~NET_NS" |