From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CE3D459CA3 for ; Mon, 14 Mar 2016 14:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B417E21C057; Mon, 14 Mar 2016 14:55:21 +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 49F6921C057 for ; Mon, 14 Mar 2016 14:55:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 798B13408EE for ; Mon, 14 Mar 2016 14:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3178184C for ; Mon, 14 Mar 2016 14:55:16 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1457967291.273284adc1ef74acf183eb5a64b87ae7d73aa820.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-systemd-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild X-VCS-Directories: sys-apps/gentoo-systemd-integration/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 273284adc1ef74acf183eb5a64b87ae7d73aa820 X-VCS-Branch: master Date: Mon, 14 Mar 2016 14:55:16 +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: 9eefec99-fdd3-416f-8912-413b156628a2 X-Archives-Hash: ee3932a6b1fa2e4346ac05ba72b83905 commit: 273284adc1ef74acf183eb5a64b87ae7d73aa820 Author: Steev Klimaszewski gentoo org> AuthorDate: Mon Mar 14 14:53:50 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Mon Mar 14 14:54:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273284ad sys-apps/gentoo-systemd-integration: Add ~arm64 keyword Package-Manager: portage-2.2.28 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild | 2 +- .../gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild index 93648dd..9241ede 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi inherit systemd diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild index 93648dd..9241ede 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi inherit systemd