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 2C35715810D for ; Sun, 21 May 2023 00:50:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3150CE07F2; Sun, 21 May 2023 00:50:36 +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 CEF6DE07F2 for ; Sun, 21 May 2023 00:50:35 +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 93064340D7D for ; Sun, 21 May 2023 00:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C9CA68 for ; Sun, 21 May 2023 00:50:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684630201.fdae02e8851cac2bcabe4f0fdac3db2e779150c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdispatch/libdispatch-5.8.ebuild X-VCS-Directories: dev-libs/libdispatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fdae02e8851cac2bcabe4f0fdac3db2e779150c2 X-VCS-Branch: master Date: Sun, 21 May 2023 00:50:32 +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: 2399441d-9cde-4bb8-a24a-a225a38e837c X-Archives-Hash: d7bc8ec7df93840f665ec683d3f2ad9c commit: fdae02e8851cac2bcabe4f0fdac3db2e779150c2 Author: Sam James gentoo org> AuthorDate: Sun May 21 00:50:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 21 00:50:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdae02e8 dev-libs/libdispatch: Stabilize 5.8 amd64, #906849 Signed-off-by: Sam James gentoo.org> dev-libs/libdispatch/libdispatch-5.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdispatch/libdispatch-5.8.ebuild b/dev-libs/libdispatch/libdispatch-5.8.ebuild index 95454fe7e805..cb05fc152191 100644 --- a/dev-libs/libdispatch/libdispatch-5.8.ebuild +++ b/dev-libs/libdispatch/libdispatch-5.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/apple/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"