diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 09:05:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 09:05:21 +0000 |
commit | a316a7d1a379eefbe564f3c83bd4c081600a0a55 (patch) | |
tree | 7816b7437e8c2af41bcc7658e299952e803986d1 /dev-qt | |
parent | dev-qt/qtdatavis3d: Stabilize 5.15.2 amd64, #754852 (diff) | |
download | gentoo-a316a7d1a379eefbe564f3c83bd4c081600a0a55.tar.gz gentoo-a316a7d1a379eefbe564f3c83bd4c081600a0a55.tar.bz2 gentoo-a316a7d1a379eefbe564f3c83bd4c081600a0a55.zip |
dev-qt/qtdbus: Stabilize 5.15.2 amd64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtdbus/qtdbus-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdbus/qtdbus-5.15.2.ebuild b/dev-qt/qtdbus/qtdbus-5.15.2.ebuild index 9d0613e48870..8977561146a3 100644 --- a/dev-qt/qtdbus/qtdbus-5.15.2.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.15.2.ebuild @@ -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="" |