diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-08-12 22:04:19 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-08-12 22:04:38 -0500 |
commit | b90552a062cb876a6383f27b19f0fc78ededd3ab (patch) | |
tree | cee590e3b4a3797f830ba6ed34f96cda41c6e20e /sys-fs/growpart | |
parent | sys-apps/hwids: drop blockers (diff) | |
download | gentoo-b90552a062cb876a6383f27b19f0fc78ededd3ab.tar.gz gentoo-b90552a062cb876a6383f27b19f0fc78ededd3ab.tar.bz2 gentoo-b90552a062cb876a6383f27b19f0fc78ededd3ab.zip |
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 <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-fs/growpart')
-rw-r--r-- | sys-fs/growpart/growpart-0.0.30.ebuild | 4 |
1 files 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 1c3c31db971e..2d7de159d565 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="" |