diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-04 20:58:08 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-04 20:58:08 +0300 |
commit | 5f9ff75a3fdbdd1f252bdf3477ed8d3589b6c6ea (patch) | |
tree | 3c283494b7af0b1bc81d1dddf6c7408c366c148c /dev-qt/qtdbus | |
parent | dev-qt/qttest: Stabilize 5.15.5 arm, #853232 (diff) | |
download | gentoo-5f9ff75a3fdbdd1f252bdf3477ed8d3589b6c6ea.tar.gz gentoo-5f9ff75a3fdbdd1f252bdf3477ed8d3589b6c6ea.tar.bz2 gentoo-5f9ff75a3fdbdd1f252bdf3477ed8d3589b6c6ea.zip |
dev-qt/qtdbus: Stabilize 5.15.5 arm, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtdbus')
-rw-r--r-- | dev-qt/qtdbus/qtdbus-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdbus/qtdbus-5.15.5.ebuild b/dev-qt/qtdbus/qtdbus-5.15.5.ebuild index 54110a00f0ce..1914cf241e71 100644 --- a/dev-qt/qtdbus/qtdbus-5.15.5.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.15.5.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for inter-process communication over the D-Bus protocol" 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="" |