diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 04:24:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-04 04:24:47 +0000 |
commit | 59c0fa1c3d9d035373c80c8f23ae5555f6d0a1f0 (patch) | |
tree | 0032c83feacf4aa170580023be5757b07972c6a8 /sys-block/zram-init | |
parent | xfce-extra/xfce4-screensaver: Keyword 4.16.0 arm, #772875 (diff) | |
download | gentoo-59c0fa1c3d9d035373c80c8f23ae5555f6d0a1f0.tar.gz gentoo-59c0fa1c3d9d035373c80c8f23ae5555f6d0a1f0.tar.bz2 gentoo-59c0fa1c3d9d035373c80c8f23ae5555f6d0a1f0.zip |
sys-block/zram-init: Keyword 10.5 arm, #773115
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block/zram-init')
-rw-r--r-- | sys-block/zram-init/zram-init-10.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/zram-init/zram-init-10.5.ebuild b/sys-block/zram-init/zram-init-10.5.ebuild index c591f149b38a..505a36543945 100644 --- a/sys-block/zram-init/zram-init-10.5.ebuild +++ b/sys-block/zram-init/zram-init-10.5.ebuild @@ -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" |