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 36048138334 for ; Mon, 25 Nov 2019 12:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AFEAE0876; Mon, 25 Nov 2019 12:58:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 501FCE0876 for ; Mon, 25 Nov 2019 12:58:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0340234D379 for ; Mon, 25 Nov 2019 12:58:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F243E26C for ; Mon, 25 Nov 2019 12:58:09 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574686683.f8bba706da281e31b786cf61f0c48a62cae6fc65.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmanette/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmanette/libmanette-0.2.3.ebuild X-VCS-Directories: dev-libs/libmanette/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f8bba706da281e31b786cf61f0c48a62cae6fc65 X-VCS-Branch: master Date: Mon, 25 Nov 2019 12:58:09 +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: de43decc-ebd2-4fa5-8da6-a65011fb8d09 X-Archives-Hash: 352bd70660fdbed96cf1501dbaf2d01f commit: f8bba706da281e31b786cf61f0c48a62cae6fc65 Author: Aaron Bauman gentoo org> AuthorDate: Mon Nov 25 12:56:48 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Nov 25 12:58:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bba706 dev-libs/libmanette: arm64 keyworded (bug #698138) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18 dev-libs/libmanette/libmanette-0.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmanette/libmanette-0.2.3.ebuild b/dev-libs/libmanette/libmanette-0.2.3.ebuild index 3221014fc7e..b93a82cf0ce 100644 --- a/dev-libs/libmanette/libmanette-0.2.3.ebuild +++ b/dev-libs/libmanette/libmanette-0.2.3.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/aplazas/libmanette" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~arm64" IUSE="+introspection +udev +vala" REQUIRED_USE="vala? ( introspection )"