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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD55E1382C5 for ; Mon, 14 Dec 2020 00:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EE65E09DF; Mon, 14 Dec 2020 00:46:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24D91E09DF for ; Mon, 14 Dec 2020 00:46:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1470B34112B for ; Mon, 14 Dec 2020 00:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908872C5 for ; Mon, 14 Dec 2020 00:46:28 +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: <1607906711.4299a7cb7ee120823f1bf07acae070ea1d5bfccc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libjcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libjcat/libjcat-0.1.4.ebuild X-VCS-Directories: dev-libs/libjcat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4299a7cb7ee120823f1bf07acae070ea1d5bfccc X-VCS-Branch: master Date: Mon, 14 Dec 2020 00:46:28 +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: dbe827c5-7ce6-445c-a36f-14f6d1b63c39 X-Archives-Hash: 349844d27a59356d32577da39b976730 commit: 4299a7cb7ee120823f1bf07acae070ea1d5bfccc Author: Sam James gentoo org> AuthorDate: Mon Dec 14 00:45:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 14 00:45:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4299a7cb dev-libs/libjcat: arm64 keyworded (bug #756310) Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/libjcat/libjcat-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libjcat/libjcat-0.1.4.ebuild b/dev-libs/libjcat/libjcat-0.1.4.ebuild index 585819c14af..ab6663a9384 100644 --- a/dev-libs/libjcat/libjcat-0.1.4.ebuild +++ b/dev-libs/libjcat/libjcat-0.1.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="gpg gtk-doc +introspection +man pkcs7 test vala" RDEPEND="dev-libs/glib:2