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 44E621382DE for ; Tue, 28 Jun 2016 20:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C8E7E0C18; Tue, 28 Jun 2016 20:30:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE5B114002 for ; Tue, 28 Jun 2016 20:30:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 428E7340DB5 for ; Tue, 28 Jun 2016 20:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BE0A243D for ; Tue, 28 Jun 2016 20:30:21 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1467145772.cf31b8101084c6f4329833a51b34dc0000d89779.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/accountsservice/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/accountsservice/accountsservice-0.6.40.ebuild X-VCS-Directories: sys-apps/accountsservice/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cf31b8101084c6f4329833a51b34dc0000d89779 X-VCS-Branch: master Date: Tue, 28 Jun 2016 20:30:21 +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-Archives-Salt: 056bc257-eeda-4858-9331-882a6a9f3c30 X-Archives-Hash: 65193956698e996412d130ae1d79f099 commit: cf31b8101084c6f4329833a51b34dc0000d89779 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jun 28 20:02:11 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jun 28 20:29:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf31b810 sys-apps/accountsservice: Rekeyword on arm64 as it's not clear why new version lost it Package-Manager: portage-2.3.0_rc1 sys-apps/accountsservice/accountsservice-0.6.40.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/accountsservice/accountsservice-0.6.40.ebuild b/sys-apps/accountsservice/accountsservice-0.6.40.ebuild index bb97321..9e08fdf 100644 --- a/sys-apps/accountsservice/accountsservice-0.6.40.ebuild +++ b/sys-apps/accountsservice/accountsservice-0.6.40.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86" IUSE="doc +introspection selinux systemd"