From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24102158091 for ; Sat, 18 Jun 2022 07:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 603B8E0898; Sat, 18 Jun 2022 07:56:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FB15E0898 for ; Sat, 18 Jun 2022 07:56:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E7AF341801 for ; Sat, 18 Jun 2022 07:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA4B471 for ; Sat, 18 Jun 2022 07:56:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655539000.1888614bf09d6dc3871651a7c216978b3e801d56.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/, profiles/arch/arm/armv4t/, profiles/arch/arm/armv4/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/armv4/package.mask profiles/arch/arm/armv4t/package.mask profiles/arch/arm/armv5te/package.mask profiles/arch/s390/package.mask profiles/arch/s390/s390x/package.mask X-VCS-Directories: profiles/arch/s390/s390x/ profiles/arch/arm/armv5te/ profiles/arch/s390/ profiles/arch/arm/armv4/ profiles/arch/arm/armv4t/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1888614bf09d6dc3871651a7c216978b3e801d56 X-VCS-Branch: master Date: Sat, 18 Jun 2022 07:56:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7920097c-7f62-4927-a381-08e862e546b0 X-Archives-Hash: 44477085c3f48d17b000cf12ed1a7b5a commit: 1888614bf09d6dc3871651a7c216978b3e801d56 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 18 06:49:49 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 18 07:56:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1888614b profiles: Also mask app-text/mdbook for Rust Signed-off-by: Michał Górny gentoo.org> profiles/arch/arm/armv4/package.mask | 1 + profiles/arch/arm/armv4t/package.mask | 1 + profiles/arch/arm/armv5te/package.mask | 1 + profiles/arch/s390/package.mask | 1 + profiles/arch/s390/s390x/package.mask | 1 + 5 files changed, 5 insertions(+) diff --git a/profiles/arch/arm/armv4/package.mask b/profiles/arch/arm/armv4/package.mask index 9004aabf6676..ccafb18dbe26 100644 --- a/profiles/arch/arm/armv4/package.mask +++ b/profiles/arch/arm/armv4/package.mask @@ -30,4 +30,5 @@ gnome-extra/gnome-tweaks >=dev-python/pyopenssl-22 dev-python/setuptools-rust dev-python/watchfiles +app-text/mdbook dev-util/maturin diff --git a/profiles/arch/arm/armv4t/package.mask b/profiles/arch/arm/armv4t/package.mask index 9004aabf6676..ccafb18dbe26 100644 --- a/profiles/arch/arm/armv4t/package.mask +++ b/profiles/arch/arm/armv4t/package.mask @@ -30,4 +30,5 @@ gnome-extra/gnome-tweaks >=dev-python/pyopenssl-22 dev-python/setuptools-rust dev-python/watchfiles +app-text/mdbook dev-util/maturin diff --git a/profiles/arch/arm/armv5te/package.mask b/profiles/arch/arm/armv5te/package.mask index 510b2d147dbd..8d33f3b44d6e 100644 --- a/profiles/arch/arm/armv5te/package.mask +++ b/profiles/arch/arm/armv5te/package.mask @@ -30,4 +30,5 @@ gnome-extra/gnome-tweaks >=dev-python/pyopenssl-22 dev-python/setuptools-rust dev-python/watchfiles +app-text/mdbook dev-util/maturin diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask index 104112c342e9..0f483435d0a0 100644 --- a/profiles/arch/s390/package.mask +++ b/profiles/arch/s390/package.mask @@ -5,6 +5,7 @@ # Rust is available for s390x, but not s390. # bug #769446 app-eselect/eselect-rust +app-text/mdbook dev-lang/rust dev-lang/rust-bin >=dev-python/cryptography-36 diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask index 3f4b52b4f703..acf76ebf5f09 100644 --- a/profiles/arch/s390/s390x/package.mask +++ b/profiles/arch/s390/s390x/package.mask @@ -5,6 +5,7 @@ # Rust is available for s390x, but not s390. # bug #769446 -app-eselect/eselect-rust +-app-text/mdbook -dev-lang/rust -dev-lang/rust-bin ->=dev-python/cryptography-36