sys-block/zram-init: Keyword 10.5 arm, #773115

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-03-04 04:24:47 +00:00
parent 56e33b408b
commit 59c0fa1c3d
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/vaeth/${PN}.git"
else
SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="GPL-2"