diff options
author | 2022-04-12 22:35:11 +0300 | |
---|---|---|
committer | 2022-04-12 22:35:11 +0300 | |
commit | 42b9cf20b8052611051d0b662c4ea6c9d2d9dac5 (patch) | |
tree | 1d9b92d21a28f385c65e9d9533c7d63975bca6b9 /dev-qt/qdbus | |
parent | dev-qt/pixeltool: Stabilize 5.15.3 arm64, #835762 (diff) | |
download | gentoo-42b9cf20b8052611051d0b662c4ea6c9d2d9dac5.tar.gz gentoo-42b9cf20b8052611051d0b662c4ea6c9d2d9dac5.tar.bz2 gentoo-42b9cf20b8052611051d0b662c4ea6c9d2d9dac5.zip |
dev-qt/qdbus: Stabilize 5.15.3 arm64, #835762
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qdbus')
-rw-r--r-- | dev-qt/qdbus/qdbus-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qdbus/qdbus-5.15.3.ebuild b/dev-qt/qdbus/qdbus-5.15.3.ebuild index 8fb5fac34baa..1abfe0746900 100644 --- a/dev-qt/qdbus/qdbus-5.15.3.ebuild +++ b/dev-qt/qdbus/qdbus-5.15.3.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Interface to Qt applications communicating over D-Bus" 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="" |