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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D003E158088 for ; Thu, 13 Jan 2022 21:37:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52A002BC028; Thu, 13 Jan 2022 21:37:26 +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 A971A2BC028 for ; Thu, 13 Jan 2022 21:37:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B501343436 for ; Thu, 13 Jan 2022 21:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E7AE239 for ; Thu, 13 Jan 2022 21:37:22 +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: <1642108151.a1902095ffbdb31a66cc0cd2b67645922d7939e5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnxml/libnxml-0.18.3-r1.ebuild X-VCS-Directories: net-libs/libnxml/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a1902095ffbdb31a66cc0cd2b67645922d7939e5 X-VCS-Branch: master Date: Thu, 13 Jan 2022 21:37:22 +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: 6f836f8e-4d56-4962-8fe4-f34e9eb8481a X-Archives-Hash: b9479faf41eb503de673c35e33623caa commit: a1902095ffbdb31a66cc0cd2b67645922d7939e5 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jan 13 12:02:17 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jan 13 21:09:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1902095 net-libs/libnxml: keyword 0.18.3-r1 for ~arm64 Signed-off-by: Georgy Yakovlev gentoo.org> net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild index 9a1d82c9061e..1f4b284d7def 100644 --- a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild +++ b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.autistici.org/bakunin/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~sparc x86" IUSE="doc examples" RDEPEND="net-misc/curl"