From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACCF41580EB for ; Wed, 21 May 2025 22:07:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7A1A7343186 for ; Wed, 21 May 2025 22:07:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9310C11047D; Wed, 21 May 2025 22:07:18 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8C64611047D for ; Wed, 21 May 2025 22:07:18 +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 42B63343164 for ; Wed, 21 May 2025 22:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D72B619E5 for ; Wed, 21 May 2025 22:07:16 +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: <1747865222.c20479ee6c2964a73ecad51ad4c1fc4853f06648.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/tdlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/tdlib/tdlib-1.8.49_p20250510.ebuild X-VCS-Directories: net-libs/tdlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c20479ee6c2964a73ecad51ad4c1fc4853f06648 X-VCS-Branch: master Date: Wed, 21 May 2025 22:07:16 +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: 2b2f5faf-2967-41a4-8717-c1f45b8fb73f X-Archives-Hash: 0a2e6d085a10b9b77d2edf02573ef891 commit: c20479ee6c2964a73ecad51ad4c1fc4853f06648 Author: Sam James gentoo org> AuthorDate: Wed May 21 22:07:02 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 21 22:07:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20479ee net-libs/tdlib: Keyword 1.8.49_p20250510 arm64, #956399 Signed-off-by: Sam James gentoo.org> net-libs/tdlib/tdlib-1.8.49_p20250510.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/tdlib/tdlib-1.8.49_p20250510.ebuild b/net-libs/tdlib/tdlib-1.8.49_p20250510.ebuild index 3f1350c4180e..4d00c940cbde 100644 --- a/net-libs/tdlib/tdlib-1.8.49_p20250510.ebuild +++ b/net-libs/tdlib/tdlib-1.8.49_p20250510.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/td-${MY_PV}" LICENSE="Boost-1.0" SLOT="0/${PV%_p*}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="+tde2e test" RESTRICT="!test? ( test )"