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 5A4F9138359 for ; Sun, 30 Aug 2020 18:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89BFFE0A02; Sun, 30 Aug 2020 18:28:37 +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 58CAFE0A02 for ; Sun, 30 Aug 2020 18:28:37 +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 5F858340DD4 for ; Sun, 30 Aug 2020 18:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3494343 for ; Sun, 30 Aug 2020 18:28:33 +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: <1598812103.8efa9fafbd24863b75f2fd4dea5f022ba55d0f74.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnome-online-accounts/gnome-online-accounts-3.36.0.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8efa9fafbd24863b75f2fd4dea5f022ba55d0f74 X-VCS-Branch: master Date: Sun, 30 Aug 2020 18:28:33 +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: 5fdd72dc-6931-445d-83d9-4739e417486b X-Archives-Hash: 9d716493405e6895c39519826d757871 commit: 8efa9fafbd24863b75f2fd4dea5f022ba55d0f74 Author: Sam James gentoo org> AuthorDate: Sun Aug 30 18:10:39 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 30 18:28:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efa9faf net-libs/gnome-online-accounts: Stabilize 3.36.0 arm64, #738728 Signed-off-by: Sam James gentoo.org> net-libs/gnome-online-accounts/gnome-online-accounts-3.36.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.36.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.36.0.ebuild index 811f21cfe3f..1e103dd3910 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.36.0.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.36.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" LICENSE="LGPL-2+" SLOT="0/1" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~sparc x86" IUSE="debug gnome +introspection kerberos +vala" REQUIRED_USE="vala? ( introspection )"