diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-22 19:02:08 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-22 19:02:08 +0300 |
commit | f94cc10c263157a874a1f1ba273b7fe195d24af2 (patch) | |
tree | d2e0f137d44bd0ac0592671a9ee0991dae4632d3 /dev-libs/libserialport | |
parent | media-gfx/graphviz: Stabilize 2.50.0 arm, #849743 (diff) | |
download | gentoo-f94cc10c263157a874a1f1ba273b7fe195d24af2.tar.gz gentoo-f94cc10c263157a874a1f1ba273b7fe195d24af2.tar.bz2 gentoo-f94cc10c263157a874a1f1ba273b7fe195d24af2.zip |
dev-libs/libserialport: Keyword 0.1.1-r1 arm64, #849830
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libserialport')
-rw-r--r-- | dev-libs/libserialport/libserialport-0.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libserialport/libserialport-0.1.1-r1.ebuild b/dev-libs/libserialport/libserialport-0.1.1-r1.ebuild index d842c152ec46..0d305acc9fd1 100644 --- a/dev-libs/libserialport/libserialport-0.1.1-r1.ebuild +++ b/dev-libs/libserialport/libserialport-0.1.1-r1.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 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="Cross platform serial port access library" |