diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-22 08:02:42 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-22 08:02:42 +0200 |
commit | d9cf529dcdd72d833c56196187993dd58b9f7b00 (patch) | |
tree | 123e242107c6af486631b30c75fcc40c14de1b52 /sys-apps/edid-decode | |
parent | sys-apps/hw-probe: Keyword 1.6 arm64, #831656 (diff) | |
download | gentoo-d9cf529dcdd72d833c56196187993dd58b9f7b00.tar.gz gentoo-d9cf529dcdd72d833c56196187993dd58b9f7b00.tar.bz2 gentoo-d9cf529dcdd72d833c56196187993dd58b9f7b00.zip |
sys-apps/edid-decode: Keyword 0_pre20211012 arm64, #831656
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/edid-decode')
-rw-r--r-- | sys-apps/edid-decode/edid-decode-0_pre20211012.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/edid-decode/edid-decode-0_pre20211012.ebuild b/sys-apps/edid-decode/edid-decode-0_pre20211012.ebuild index 548a4efcd1f6..dc3cb528ade9 100644 --- a/sys-apps/edid-decode/edid-decode-0_pre20211012.ebuild +++ b/sys-apps/edid-decode/edid-decode-0_pre20211012.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=8 @@ -13,7 +13,7 @@ HOMEPAGE="https://git.linuxtv.org/edid-decode.git/" SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" LICENSE="MIT" SLOT="0" IUSE="examples" |