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 39BD8159C9B for ; Fri, 9 Aug 2024 11:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C612BC0B9; Fri, 9 Aug 2024 11:39:20 +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 71F802BC0B9 for ; Fri, 9 Aug 2024 11:39:20 +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 BA2CB3430ED for ; Fri, 9 Aug 2024 11:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18C1C1EC4 for ; Fri, 9 Aug 2024 11:39:17 +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: <1723203503.21c36e1080b643588cb6945560de93c66fbd3f62.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/asio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/asio/asio-1.30.2.ebuild X-VCS-Directories: dev-cpp/asio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 21c36e1080b643588cb6945560de93c66fbd3f62 X-VCS-Branch: master Date: Fri, 9 Aug 2024 11:39:17 +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: e0f3dfd0-21a6-453e-925c-9d8a2f8f4af9 X-Archives-Hash: 0bbcd6b313e6e2705936f2cfcf38665c commit: 21c36e1080b643588cb6945560de93c66fbd3f62 Author: Sam James gentoo org> AuthorDate: Fri Aug 9 11:38:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 9 11:38:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c36e10 dev-cpp/asio: Stabilize 1.30.2 ppc, #937590 Signed-off-by: Sam James gentoo.org> dev-cpp/asio/asio-1.30.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/asio/asio-1.30.2.ebuild b/dev-cpp/asio/asio-1.30.2.ebuild index 879059f5ee1f..07f26a2ebb90 100644 --- a/dev-cpp/asio/asio-1.30.2.ebuild +++ b/dev-cpp/asio/asio-1.30.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/asio/asio/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" IUSE="doc examples test" RESTRICT="!test? ( test )"