From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1218207-garchives=archives.gentoo.org@lists.gentoo.org> 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 5A998138359 for <garchives@archives.gentoo.org>; Wed, 28 Oct 2020 21:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75444E0880; Wed, 28 Oct 2020 21:46:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5A39DE0880 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2020 21:46:21 +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 039F133BE58 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2020 21:46:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9994E3BD for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2020 21:46:18 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1603921550.82a4a78f7237d0db3089105dc7b68b7edf29da6e.sam@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-8.ebuild X-VCS-Directories: sys-apps/gentoo-systemd-integration/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 82a4a78f7237d0db3089105dc7b68b7edf29da6e X-VCS-Branch: master Date: Wed, 28 Oct 2020 21:46:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb709bb2-39ab-447c-94ab-fa37c4be1403 X-Archives-Hash: c7df9a13c308e661fa828f30f25250c8 commit: 82a4a78f7237d0db3089105dc7b68b7edf29da6e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 28 21:45:50 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 28 21:45:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a4a78f sys-apps/gentoo-systemd-integration: Stabilize 8 arm, #733582 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild index 6d20838c786..f510395c5c1 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86" fi inherit systemd