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 E49E5138359 for ; Thu, 13 Aug 2020 03:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4363E0875; Thu, 13 Aug 2020 03:04:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BB1D2E0875 for ; Thu, 13 Aug 2020 03:04:45 +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 7615D34EE50 for ; Thu, 13 Aug 2020 03:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D551222B for ; Thu, 13 Aug 2020 03:04:42 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1597287878.b90552a062cb876a6383f27b19f0fc78ededd3ab.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/growpart/growpart-0.0.30.ebuild X-VCS-Directories: sys-fs/growpart/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: b90552a062cb876a6383f27b19f0fc78ededd3ab X-VCS-Branch: master Date: Thu, 13 Aug 2020 03:04:42 +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: cc200c92-2f1a-47f9-9d9b-ba3b382406f2 X-Archives-Hash: 0582cdcf6e4a089a321812a692976466 commit: b90552a062cb876a6383f27b19f0fc78ededd3ab Author: Matthew Thode gentoo org> AuthorDate: Thu Aug 13 03:04:19 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Aug 13 03:04:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90552a0 sys-fs/growpart: 0.0.30 stable arm64 (tested in vm just built) Fixes: https://bugs.gentoo.org/736926 Package-Manager: Portage-3.0.2, Repoman-2.3.23 RepoMan-Options: --force Signed-off-by: Matthew Thode gentoo.org> sys-fs/growpart/growpart-0.0.30.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/growpart/growpart-0.0.30.ebuild b/sys-fs/growpart/growpart-0.0.30.ebuild index 1c3c31db971..2d7de159d56 100644 --- a/sys-fs/growpart/growpart-0.0.30.ebuild +++ b/sys-fs/growpart/growpart-0.0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ S="${WORKDIR}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" IUSE="" DEPEND=""