diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 21:36:37 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 21:36:37 +0200 |
commit | e50aefec9935efa9093acf026447914c6c76138c (patch) | |
tree | a776197b36a066c713a139e88182164ded99950f /dev-qt | |
parent | dev-qt/qtscript: Stabilize 5.15.8 ppc, #888946 (diff) | |
download | gentoo-e50aefec9935efa9093acf026447914c6c76138c.tar.gz gentoo-e50aefec9935efa9093acf026447914c6c76138c.tar.bz2 gentoo-e50aefec9935efa9093acf026447914c6c76138c.zip |
dev-qt/qtserialport: Stabilize 5.15.8 ppc, #888946
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtserialport/qtserialport-5.15.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtserialport/qtserialport-5.15.8.ebuild b/dev-qt/qtserialport/qtserialport-5.15.8.ebuild index 1568a029f520..a7fe26dea225 100644 --- a/dev-qt/qtserialport/qtserialport-5.15.8.ebuild +++ b/dev-qt/qtserialport/qtserialport-5.15.8.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="" |