diff options
author | Sam James <sam@gentoo.org> | 2021-03-30 18:37:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-30 18:38:08 +0100 |
commit | 93bf7a07c0d6b9ca677538d7d55f307e72c1f26d (patch) | |
tree | 91c3c3048a92ea749167d9d0ba37cb9efd8dc81c /app-admin/needrestart | |
parent | app-emulation/firecracker-bin: Keyword 0.24.2 arm64, #740886 (diff) | |
download | gentoo-93bf7a07c0d6b9ca677538d7d55f307e72c1f26d.tar.gz gentoo-93bf7a07c0d6b9ca677538d7d55f307e72c1f26d.tar.bz2 gentoo-93bf7a07c0d6b9ca677538d7d55f307e72c1f26d.zip |
app-admin/needrestart: Keyword 3.5 arm64, #767379
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/needrestart')
-rw-r--r-- | app-admin/needrestart/needrestart-3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/needrestart/needrestart-3.5.ebuild b/app-admin/needrestart/needrestart-3.5.ebuild index c61ed75e51bf..cf3fcc8ac735 100644 --- a/app-admin/needrestart/needrestart-3.5.ebuild +++ b/app-admin/needrestart/needrestart-3.5.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Restart daemons after library updates" |