* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2024-12-31 16:01 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-12-31 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 8e7fd955035a1e9922bd1e27737fa7e5ddfc8a81
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 15:38:14 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:01:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7fd955
net-proxy/mitmproxy-rs: New package, v0.11.1
Needed for net-proxy/mitmproxy bump.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-proxy/mitmproxy-rs/Manifest | 4 ++
net-proxy/mitmproxy-rs/metadata.xml | 12 +++++
net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild | 54 +++++++++++++++++++++++
3 files changed, 70 insertions(+)
diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
new file mode 100644
index 000000000000..4f5ab6feb343
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -0,0 +1,4 @@
+DIST boringtun-e3252d9c4f4c8fc628995330f45369effd4660a1.gh.tar.gz 219190 BLAKE2B d20cb9619cee7d2f8db118deb14c13ddc1ec1574902f1fa24d2cebc5d2838f95ab3fb252413616d8af4d4d362b2031fdd447021bde4baf554cb8c7eb68cee77b SHA512 3dd2bdcc2e94714b448df72eab54bfddb9e436a4799fe0b266777b3bac5debdeb4495f31495736c98f86725921758ccbdd0c25a2404e4a4472dd8c6d14771b7c
+DIST mitmproxy-rs-0.11.1-crates.tar.xz 40875272 BLAKE2B d033617908ac719962483b13d4f18a4470cdcaaf953246e7b63a6cc0fb78bdb7459e7fb81b9bff520b2f30edc7720df435a42a1da9efe8a893954c8afea042e5 SHA512 639319cf7163832b7f8aa44733ed50e8d429a73bd3458c0a40e4e86b4a2c03567f40cf9f1df045f7c0d880a63578132efe2791934e43427b57abd44e4e7f52e6
+DIST mitmproxy_rs-0.11.1.tar.gz 1184746 BLAKE2B 6e4b7f1c50d45821664e7c448398e5497b33310b0ecc268fa2ed5d4559a8a51f47e76366d939edda9b9923f2aaeb3205646bbc995ba45b068600926a9a6d1d6a SHA512 c72e8c36bc7de6a34cc99eb0cbc1cc3deb6c51d994e9e56acbb02803846fd87f6b671889b1b8c019ac7e84ecdf8939cda5bc62f5f5bd1dacdb53f75c9f1fb1c4
+DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45
diff --git a/net-proxy/mitmproxy-rs/metadata.xml b/net-proxy/mitmproxy-rs/metadata.xml
new file mode 100644
index 000000000000..2f0242522cf8
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">mitmproxy/mitmproxy_rs</remote-id>
+ <remote-id type="pypi">mitmproxy-rs</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
new file mode 100644
index 000000000000..9f84fe051d70
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+"
+
+declare -A GIT_CRATES=(
+ [boringtun]='https://github.com/cloudflare/boringtun;e3252d9c4f4c8fc628995330f45369effd4660a1;boringtun-%commit%/boringtun'
+ [smoltcp]='https://github.com/smoltcp-rs/smoltcp;ef67e7b46cabf49783053cbf68d8671ed97ff8d4;smoltcp-%commit%'
+)
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=maturin
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit cargo distutils-r1 pypi
+
+DESCRIPTION="mitmproxy's Rust bits"
+HOMEPAGE="
+ https://github.com/mitmproxy/mitmproxy_rs/
+ https://pypi.org/project/mitmproxy-rs/
+"
+SRC_URI+="
+ ${CARGO_CRATE_URIS}
+"
+if [[ ${PKGBUMPING} != ${PVR} ]]; then
+ SRC_URI+="
+ https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz
+ "
+fi
+
+LICENSE="MIT"
+# Dependent crate licenses
+LICENSE+="
+ 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC
+ LGPL-3+ MIT Unicode-DFS-2016 WTFPL-2
+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # replace upstream crate substitution with our crate substitution, sigh
+ sed -i -e '/git =/d' Cargo.toml || die
+ sed -i -e '/\[patch\./d' -e '/boringtun/i[patch.crates-io]' \
+ "${CARGO_HOME}/config.toml" || die
+}
+
+python_test() {
+ cargo_src_test --manifest-path mitmproxy-rs/Cargo.toml
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-01-03 5:47 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2025-01-03 5:47 UTC (permalink / raw
To: gentoo-commits
commit: 0eef797efc379156fa1859e9613340b1faf16927
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 04:55:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 05:46:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eef797e
net-proxy/mitmproxy-rs: Bump to 0.11.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-proxy/mitmproxy-rs/Manifest | 2 +
net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild | 53 +++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index 4f5ab6feb343..a0c34050f5cd 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -1,4 +1,6 @@
DIST boringtun-e3252d9c4f4c8fc628995330f45369effd4660a1.gh.tar.gz 219190 BLAKE2B d20cb9619cee7d2f8db118deb14c13ddc1ec1574902f1fa24d2cebc5d2838f95ab3fb252413616d8af4d4d362b2031fdd447021bde4baf554cb8c7eb68cee77b SHA512 3dd2bdcc2e94714b448df72eab54bfddb9e436a4799fe0b266777b3bac5debdeb4495f31495736c98f86725921758ccbdd0c25a2404e4a4472dd8c6d14771b7c
DIST mitmproxy-rs-0.11.1-crates.tar.xz 40875272 BLAKE2B d033617908ac719962483b13d4f18a4470cdcaaf953246e7b63a6cc0fb78bdb7459e7fb81b9bff520b2f30edc7720df435a42a1da9efe8a893954c8afea042e5 SHA512 639319cf7163832b7f8aa44733ed50e8d429a73bd3458c0a40e4e86b4a2c03567f40cf9f1df045f7c0d880a63578132efe2791934e43427b57abd44e4e7f52e6
+DIST mitmproxy-rs-0.11.2-crates.tar.xz 49260956 BLAKE2B 2313619c662be40d2325ffce2714e0c92ea0ccabc3001e00f4330e30a4b6c6eb283e19bd9edda49f0e6c574c497b4adddfd13158442467a3ce005ba3382c3b39 SHA512 c607884382af7e73b51a9521ef4645f93be54850c561453cd30d6b16d1e991d97ea7b0e97990b12115ee4b12be491782bb716656d135de16021194c9cf48fce9
DIST mitmproxy_rs-0.11.1.tar.gz 1184746 BLAKE2B 6e4b7f1c50d45821664e7c448398e5497b33310b0ecc268fa2ed5d4559a8a51f47e76366d939edda9b9923f2aaeb3205646bbc995ba45b068600926a9a6d1d6a SHA512 c72e8c36bc7de6a34cc99eb0cbc1cc3deb6c51d994e9e56acbb02803846fd87f6b671889b1b8c019ac7e84ecdf8939cda5bc62f5f5bd1dacdb53f75c9f1fb1c4
+DIST mitmproxy_rs-0.11.2.tar.gz 1294125 BLAKE2B 4fa79d391b89e5334e920c0aa3119b0ca1bdc4e6999491cf1efaba383de7796bebef8a9f7aeda5066bdf40cb32b881d620f2eb9e29f9eb4c41df86a0990a0236 SHA512 b3492e2771f58770c0cdd7a5627f10f2c9fa6376e96b8bc9be8e5eb94add2c27f411badce21cbf8c090eed67ef6075a3c3a6ae0609c5d4e3879934ed2d7579e5
DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45
diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild
new file mode 100644
index 000000000000..a0a2e5fd85b4
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+"
+
+declare -A GIT_CRATES=(
+ [boringtun]='https://github.com/cloudflare/boringtun;e3252d9c4f4c8fc628995330f45369effd4660a1;boringtun-%commit%/boringtun'
+)
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=maturin
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit cargo distutils-r1 pypi
+
+DESCRIPTION="mitmproxy's Rust bits"
+HOMEPAGE="
+ https://github.com/mitmproxy/mitmproxy_rs/
+ https://pypi.org/project/mitmproxy-rs/
+"
+SRC_URI+="
+ ${CARGO_CRATE_URIS}
+"
+if [[ ${PKGBUMPING} != ${PVR} ]]; then
+ SRC_URI+="
+ https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz
+ "
+fi
+
+LICENSE="MIT"
+# Dependent crate licenses
+LICENSE+="
+ 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC
+ LGPL-3+ MIT Unicode-3.0 WTFPL-2 ZLIB
+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # replace upstream crate substitution with our crate substitution, sigh
+ sed -i -e '/git =/d' Cargo.toml || die
+ sed -i -e '/\[patch\./d' -e '/boringtun/i[patch.crates-io]' \
+ "${CARGO_HOME}/config.toml" || die
+}
+
+python_test() {
+ cargo_src_test --manifest-path mitmproxy-rs/Cargo.toml
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-01-03 19:27 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2025-01-03 19:27 UTC (permalink / raw
To: gentoo-commits
commit: 6e7180d9f1adee5656bb5a4ca9e3acfddf6dd3a1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 19:26:55 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 19:26:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7180d9
net-proxy/mitmproxy-rs: Revert "Bump to 0.11.2"
Missing a nontrivial dependency, this whole thing is messed up. One day
since I've taken it and they've already managed to mess it up so badly
I regret it.
Reverts: 0eef797efc379156fa1859e9613340b1faf16927
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-proxy/mitmproxy-rs/Manifest | 2 -
net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild | 53 -----------------------
2 files changed, 55 deletions(-)
diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index a0c34050f5cd..4f5ab6feb343 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -1,6 +1,4 @@
DIST boringtun-e3252d9c4f4c8fc628995330f45369effd4660a1.gh.tar.gz 219190 BLAKE2B d20cb9619cee7d2f8db118deb14c13ddc1ec1574902f1fa24d2cebc5d2838f95ab3fb252413616d8af4d4d362b2031fdd447021bde4baf554cb8c7eb68cee77b SHA512 3dd2bdcc2e94714b448df72eab54bfddb9e436a4799fe0b266777b3bac5debdeb4495f31495736c98f86725921758ccbdd0c25a2404e4a4472dd8c6d14771b7c
DIST mitmproxy-rs-0.11.1-crates.tar.xz 40875272 BLAKE2B d033617908ac719962483b13d4f18a4470cdcaaf953246e7b63a6cc0fb78bdb7459e7fb81b9bff520b2f30edc7720df435a42a1da9efe8a893954c8afea042e5 SHA512 639319cf7163832b7f8aa44733ed50e8d429a73bd3458c0a40e4e86b4a2c03567f40cf9f1df045f7c0d880a63578132efe2791934e43427b57abd44e4e7f52e6
-DIST mitmproxy-rs-0.11.2-crates.tar.xz 49260956 BLAKE2B 2313619c662be40d2325ffce2714e0c92ea0ccabc3001e00f4330e30a4b6c6eb283e19bd9edda49f0e6c574c497b4adddfd13158442467a3ce005ba3382c3b39 SHA512 c607884382af7e73b51a9521ef4645f93be54850c561453cd30d6b16d1e991d97ea7b0e97990b12115ee4b12be491782bb716656d135de16021194c9cf48fce9
DIST mitmproxy_rs-0.11.1.tar.gz 1184746 BLAKE2B 6e4b7f1c50d45821664e7c448398e5497b33310b0ecc268fa2ed5d4559a8a51f47e76366d939edda9b9923f2aaeb3205646bbc995ba45b068600926a9a6d1d6a SHA512 c72e8c36bc7de6a34cc99eb0cbc1cc3deb6c51d994e9e56acbb02803846fd87f6b671889b1b8c019ac7e84ecdf8939cda5bc62f5f5bd1dacdb53f75c9f1fb1c4
-DIST mitmproxy_rs-0.11.2.tar.gz 1294125 BLAKE2B 4fa79d391b89e5334e920c0aa3119b0ca1bdc4e6999491cf1efaba383de7796bebef8a9f7aeda5066bdf40cb32b881d620f2eb9e29f9eb4c41df86a0990a0236 SHA512 b3492e2771f58770c0cdd7a5627f10f2c9fa6376e96b8bc9be8e5eb94add2c27f411badce21cbf8c090eed67ef6075a3c3a6ae0609c5d4e3879934ed2d7579e5
DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45
diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild
deleted file mode 100644
index a0a2e5fd85b4..000000000000
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES="
-"
-
-declare -A GIT_CRATES=(
- [boringtun]='https://github.com/cloudflare/boringtun;e3252d9c4f4c8fc628995330f45369effd4660a1;boringtun-%commit%/boringtun'
-)
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit cargo distutils-r1 pypi
-
-DESCRIPTION="mitmproxy's Rust bits"
-HOMEPAGE="
- https://github.com/mitmproxy/mitmproxy_rs/
- https://pypi.org/project/mitmproxy-rs/
-"
-SRC_URI+="
- ${CARGO_CRATE_URIS}
-"
-if [[ ${PKGBUMPING} != ${PVR} ]]; then
- SRC_URI+="
- https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz
- "
-fi
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+="
- 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC
- LGPL-3+ MIT Unicode-3.0 WTFPL-2 ZLIB
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # replace upstream crate substitution with our crate substitution, sigh
- sed -i -e '/git =/d' Cargo.toml || die
- sed -i -e '/\[patch\./d' -e '/boringtun/i[patch.crates-io]' \
- "${CARGO_HOME}/config.toml" || die
-}
-
-python_test() {
- cargo_src_test --manifest-path mitmproxy-rs/Cargo.toml
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-01-04 16:17 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-01-04 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 8b19e722aae64c6997371b8c5310ca70199a02e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 16:16:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 16:16:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b19e722
net-proxy/mitmproxy-rs: Keyword 0.11.1 arm64, #947275
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
index 9f84fe051d70..3bb00cc3cf0c 100644
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,7 +38,7 @@ LICENSE+="
LGPL-3+ MIT Unicode-DFS-2016 WTFPL-2
"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
src_prepare() {
distutils-r1_src_prepare
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-01-25 11:01 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2025-01-25 11:01 UTC (permalink / raw
To: gentoo-commits
commit: c84d53d09bb4957589d2494a9ac58d44bb27d948
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 11:00:55 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 11:01:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84d53d0
net-proxy/mitmproxy-rs: Stabilize 0.11.1 amd64, #948691
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
index 3bb00cc3cf0c..552705e97db3 100644
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
@@ -38,7 +38,7 @@ LICENSE+="
LGPL-3+ MIT Unicode-DFS-2016 WTFPL-2
"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
src_prepare() {
distutils-r1_src_prepare
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-25 11:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-25 11:01 [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 16:17 Sam James
2025-01-03 19:27 Michał Górny
2025-01-03 5:47 Michał Górny
2024-12-31 16:01 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox