diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 13:42:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 13:42:20 +0000 |
commit | ac66a2c51544578d978300ca4c093032b84b3a5a (patch) | |
tree | a0db9c73160a387a664165d0b3c2420bfe591915 /dev-qt/qtdbus | |
parent | dev-qt/qtcore: Stabilize 5.15.2-r2 arm, #754852 (diff) | |
download | gentoo-ac66a2c51544578d978300ca4c093032b84b3a5a.tar.gz gentoo-ac66a2c51544578d978300ca4c093032b84b3a5a.tar.bz2 gentoo-ac66a2c51544578d978300ca4c093032b84b3a5a.zip |
dev-qt/qtdbus: Stabilize 5.15.2 arm, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtdbus')
-rw-r--r-- | dev-qt/qtdbus/qtdbus-5.15.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtdbus/qtdbus-5.15.2.ebuild b/dev-qt/qtdbus/qtdbus-5.15.2.ebuild index defe690aa31c..9627452256a0 100644 --- a/dev-qt/qtdbus/qtdbus-5.15.2.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,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 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi IUSE="" |