commit: 692decc660b732d5753043e31f79e119846e3301
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 10:54:07 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 10:54:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692decc6
dev-libs/libserialport: Stabilize 0.1.2 x86, #954588
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libserialport/libserialport-0.1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libserialport/libserialport-0.1.2.ebuild
b/dev-libs/libserialport/libserialport-0.1.2.ebuild
index 4e0b8fd2969e..8a34ebb5c187 100644
--- a/dev-libs/libserialport/libserialport-0.1.2.ebuild
+++ b/dev-libs/libserialport/libserialport-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -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 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="Cross platform serial port access library"