diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:02:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:02:27 +0300 |
commit | 11df56c1329bd205c4d707aceb7eb17820a50c7e (patch) | |
tree | 3c0522733237e54fc2a48de850cb08fc4255d447 | |
parent | dev-qt/qtsensors: Stabilize 5.15.5 ppc64, #853232 (diff) | |
download | gentoo-11df56c1329bd205c4d707aceb7eb17820a50c7e.tar.gz gentoo-11df56c1329bd205c4d707aceb7eb17820a50c7e.tar.bz2 gentoo-11df56c1329bd205c4d707aceb7eb17820a50c7e.zip |
dev-qt/qtserialport: Stabilize 5.15.5 ppc64, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtserialport/qtserialport-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtserialport/qtserialport-5.15.5.ebuild b/dev-qt/qtserialport/qtserialport-5.15.5.ebuild index 9cfd3d007f56..23ac575351c0 100644 --- a/dev-qt/qtserialport/qtserialport-5.15.5.ebuild +++ b/dev-qt/qtserialport/qtserialport-5.15.5.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="" |