commit: 1bbc39b4393f388290d6f0842276ef0814c1fa81
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 26 18:29:12 2024 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Oct 26 18:33:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbc39b4
dev-libs/libserialport: update template keywords of live ebuild
This allows the live ebuild to be used as the template for version bumps.
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-libs/libserialport/libserialport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libserialport/libserialport-9999.ebuild
b/dev-libs/libserialport/libserialport-9999.ebuild
index 1f0cccb8afa6..4e0b8fd2969e 100644
--- a/dev-libs/libserialport/libserialport-9999.ebuild
+++ b/dev-libs/libserialport/libserialport-9999.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]]; then
inherit autotools git-r3
else
SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
DESCRIPTION="Cross platform serial port access library"