diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 21:17:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 21:17:37 +0000 |
commit | affe77adf02debbcbed78486e12cc41522e50a61 (patch) | |
tree | 382accf540267bbe5ec198daa7f8906660aa3552 /dev-qt/qdbus | |
parent | dev-qt/pixeltool: Stabilize 5.15.2 ppc64, #754852 (diff) | |
download | gentoo-affe77adf02debbcbed78486e12cc41522e50a61.tar.gz gentoo-affe77adf02debbcbed78486e12cc41522e50a61.tar.bz2 gentoo-affe77adf02debbcbed78486e12cc41522e50a61.zip |
dev-qt/qdbus: Stabilize 5.15.2 ppc64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qdbus')
-rw-r--r-- | dev-qt/qdbus/qdbus-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qdbus/qdbus-5.15.2.ebuild b/dev-qt/qdbus/qdbus-5.15.2.ebuild index 11a138d2208b..ad4cc7dfe566 100644 --- a/dev-qt/qdbus/qdbus-5.15.2.ebuild +++ b/dev-qt/qdbus/qdbus-5.15.2.ebuild @@ -9,7 +9,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 ~sparc x86" + KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86" fi IUSE="" |