diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-05 08:47:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-05 08:47:16 +0300 |
commit | 2d3010b1c38c6f8f5b3ff260bff48f0826d817f7 (patch) | |
tree | ec07d5997577e7a32838fdf9d4da705a820e1da6 /dev-qt | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.5-r1 arm64, #860258 (diff) | |
download | gentoo-2d3010b1c38c6f8f5b3ff260bff48f0826d817f7.tar.gz gentoo-2d3010b1c38c6f8f5b3ff260bff48f0826d817f7.tar.bz2 gentoo-2d3010b1c38c6f8f5b3ff260bff48f0826d817f7.zip |
dev-qt/qtdbus: Stabilize 5.15.5-r1 arm64, #860258
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtdbus/qtdbus-5.15.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdbus/qtdbus-5.15.5-r1.ebuild b/dev-qt/qtdbus/qtdbus-5.15.5-r1.ebuild index af05b74bf502..258c60c8f2ec 100644 --- a/dev-qt/qtdbus/qtdbus-5.15.5-r1.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.15.5-r1.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="" |