commit:     74a88a49996d7d29785cdeb1b6c1df1f0aa8a496
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Sep  6 01:24:22 2023 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Wed Sep  6 01:24:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=74a88a49

dev-util/maturin: stabilize 1.2.3

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-util/maturin/maturin-1.2.3.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-util/maturin/maturin-1.2.3.ebuild 
b/dev-util/maturin/maturin-1.2.3.ebuild
index 8a95384..8004584 100644
--- a/dev-util/maturin/maturin-1.2.3.ebuild
+++ b/dev-util/maturin/maturin-1.2.3.ebuild
@@ -386,7 +386,7 @@ LICENSE+="
        Unicode-DFS-2016
 " # crates
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="doc +ssl test"
 RESTRICT="!test? ( test )"
 
@@ -415,8 +415,12 @@ src_prepare() {
        popd > /dev/null || die
 
        if use test; then
-               # used to prevent use of network during tests
+               # used to prevent use of network during tests, and silence pip
+               # if it finds unrelated issues with system packages (bug 
#913613)
                cat > "${T}"/pip.conf <<-EOF || die
+                       [global]
+                       quiet = 2
+
                        [install]
                        no-index = yes
                        no-dependencies = yes

Reply via email to