diff options
author | 2022-04-14 01:18:43 +0100 | |
---|---|---|
committer | 2022-04-14 01:18:43 +0100 | |
commit | c3d61e273138ea62d9cf0cbdfcad2615e5019ba9 (patch) | |
tree | 133382a5bfdaba0b027c5d65326169cdbb6386a7 /dev-qt | |
parent | dev-qt/qtsensors: Stabilize 5.15.3 x86, #835762 (diff) | |
download | gentoo-c3d61e273138ea62d9cf0cbdfcad2615e5019ba9.tar.gz gentoo-c3d61e273138ea62d9cf0cbdfcad2615e5019ba9.tar.bz2 gentoo-c3d61e273138ea62d9cf0cbdfcad2615e5019ba9.zip |
dev-qt/qtserialport: Stabilize 5.15.3 x86, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtserialport/qtserialport-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtserialport/qtserialport-5.15.3.ebuild b/dev-qt/qtserialport/qtserialport-5.15.3.ebuild index 0f56574655aa..a78b8ba9fc77 100644 --- a/dev-qt/qtserialport/qtserialport-5.15.3.ebuild +++ b/dev-qt/qtserialport/qtserialport-5.15.3.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 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="" |