diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-03 20:45:09 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-03 20:45:09 +0000 |
commit | 14ac41af02ecf88ba35fe7ef46e86f2d11c1002b (patch) | |
tree | da0d78d05bf29548e4f4a0766ec41d0baf19ee18 | |
parent | dev-qt/qtsensors: Stabilize 5.15.13 x86, #927748 (diff) | |
download | gentoo-14ac41af02ecf88ba35fe7ef46e86f2d11c1002b.tar.gz gentoo-14ac41af02ecf88ba35fe7ef46e86f2d11c1002b.tar.bz2 gentoo-14ac41af02ecf88ba35fe7ef46e86f2d11c1002b.zip |
dev-qt/qtserialport: Stabilize 5.15.13 x86, #927748
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtserialport/qtserialport-5.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtserialport/qtserialport-5.15.13.ebuild b/dev-qt/qtserialport/qtserialport-5.15.13.ebuild index 463e5c9fd228..3fb45828c15a 100644 --- a/dev-qt/qtserialport/qtserialport-5.15.13.ebuild +++ b/dev-qt/qtserialport/qtserialport-5.15.13.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Serial port abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" fi IUSE="" |