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 03E2C158094 for ; Sat, 17 Sep 2022 07:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50643E07F9; Sat, 17 Sep 2022 07:00:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AE5FE07F9 for ; Sat, 17 Sep 2022 07:00:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DB73340FD1 for ; Sat, 17 Sep 2022 07:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B14576 for ; Sat, 17 Sep 2022 07:00:52 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1663398045.0205bc0824b73f7e2c85c4f13f8cb4458b86a075.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/schroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/schroot/schroot-1.6.13_p2.ebuild X-VCS-Directories: dev-util/schroot/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0205bc0824b73f7e2c85c4f13f8cb4458b86a075 X-VCS-Branch: master Date: Sat, 17 Sep 2022 07:00:52 +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: 5f811a41-3469-47ff-9b06-782ef6876b4b X-Archives-Hash: 870061d81aa5c1521b35c30aa6cd3c5e commit: 0205bc0824b73f7e2c85c4f13f8cb4458b86a075 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Sep 17 07:00:45 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Sep 17 07:00:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0205bc08 dev-util/schroot: destabilize 1.6.13_p2 for ~amd64 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/schroot/schroot-1.6.13_p2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/schroot/schroot-1.6.13_p2.ebuild b/dev-util/schroot/schroot-1.6.13_p2.ebuild index 1633e2829da1..0b57a4b32761 100644 --- a/dev-util/schroot/schroot-1.6.13_p2.ebuild +++ b/dev-util/schroot/schroot-1.6.13_p2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://codeberg.org/shelter/reschroot/archive/release/re${P/%_p*}.tar. LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86" IUSE="btrfs +dchroot debug doc lvm nls pam test zfs" RESTRICT="!test? ( test )"