diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-01-22 18:48:46 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-01-22 18:59:02 -0600 |
commit | 26094d7144d496bcba23a5896c65de511003e4d5 (patch) | |
tree | edb1d88b689df4dc415f74dc425633cdd37983e3 /app-emulation | |
parent | app-admin/puppet: 7.14.0 bump (diff) | |
download | gentoo-26094d7144d496bcba23a5896c65de511003e4d5.tar.gz gentoo-26094d7144d496bcba23a5896c65de511003e4d5.tar.bz2 gentoo-26094d7144d496bcba23a5896c65de511003e4d5.zip |
app-emulation/virt-what: add arm64 keyword
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/virt-what/virt-what-1.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/virt-what/virt-what-1.21.ebuild b/app-emulation/virt-what/virt-what-1.21.ebuild index 1f1574cf272c..b25b28a6932e 100644 --- a/app-emulation/virt-what/virt-what-1.21.ebuild +++ b/app-emulation/virt-what/virt-what-1.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86" IUSE="dmi" DEPEND="dev-lang/perl" |