diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-04-29 10:59:11 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-29 22:28:29 -0400 |
commit | 4067c6dadfdbad2c70fc4c7fa8646467c748a4a2 (patch) | |
tree | 68e693daa5599a32c315dcd68e8c25d1f5f81ef0 /net-proxy | |
parent | virtual/rust: Stabilize 1.77.1 ppc64, #930808 (diff) | |
download | gentoo-4067c6dadfdbad2c70fc4c7fa8646467c748a4a2.tar.gz gentoo-4067c6dadfdbad2c70fc4c7fa8646467c748a4a2.tar.bz2 gentoo-4067c6dadfdbad2c70fc4c7fa8646467c748a4a2.zip |
net-proxy/haproxy: unkeyword SLOT=2.4 for ppc
Bug: https://bugs.gentoo.org/928927
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-2.4.23.ebuild | 2 | ||||
-rw-r--r-- | net-proxy/haproxy/haproxy-2.4.25.ebuild | 2 | ||||
-rw-r--r-- | net-proxy/haproxy/haproxy-2.4.26.ebuild | 2 | ||||
-rw-r--r-- | net-proxy/haproxy/haproxy-2.4.9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-proxy/haproxy/haproxy-2.4.23.ebuild b/net-proxy/haproxy/haproxy-2.4.23.ebuild index 14261f9c3f98..4f8b80b306dd 100644 --- a/net-proxy/haproxy/haproxy-2.4.23.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.23.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 arm arm64 ppc x86" + KEYWORDS="amd64 arm arm64 x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.4.25.ebuild b/net-proxy/haproxy/haproxy-2.4.25.ebuild index ec56dcf067f4..e08190b550a3 100644 --- a/net-proxy/haproxy/haproxy-2.4.25.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.25.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" + KEYWORDS="amd64 ~arm ~arm64 x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.4.26.ebuild b/net-proxy/haproxy/haproxy-2.4.26.ebuild index 7f97bd0b755f..87e88092f2da 100644 --- a/net-proxy/haproxy/haproxy-2.4.26.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.26.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.4.9999.ebuild b/net-proxy/haproxy/haproxy-2.4.9999.ebuild index 7f97bd0b755f..87e88092f2da 100644 --- a/net-proxy/haproxy/haproxy-2.4.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" |