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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D97B15812D for ; Mon, 06 Jan 2025 13:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09B9DE07C9; Mon, 06 Jan 2025 13:36:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63262E0823 for ; Mon, 06 Jan 2025 13:36:04 +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 8AF0033BF36 for ; Mon, 06 Jan 2025 13:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E23681BBB for ; Mon, 06 Jan 2025 13:36:01 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1736169888.796b20cdde4632f66ce83b8d41851031298c3120.xen0n@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: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 796b20cdde4632f66ce83b8d41851031298c3120 X-VCS-Branch: master Date: Mon, 06 Jan 2025 13:36:01 +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: e9090e0a-97f5-4ff9-8b65-46387c90c14b X-Archives-Hash: 5cea437207881569a044302febaf4826 commit: 796b20cdde4632f66ce83b8d41851031298c3120 Author: WANG Xuerui gentoo org> AuthorDate: Mon Jan 6 11:42:34 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Jan 6 13:24:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796b20cd dev-cpp/asio: keyword 1.30.2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-cpp/asio/asio-1.30.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/asio/asio-1.30.2.ebuild b/dev-cpp/asio/asio-1.30.2.ebuild index dcfb5fbe38d4..37a8be940612 100644 --- a/dev-cpp/asio/asio-1.30.2.ebuild +++ b/dev-cpp/asio/asio-1.30.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86" IUSE="doc examples test" RESTRICT="!test? ( test )"