diff options
author | Sam James <sam@gentoo.org> | 2020-10-12 15:04:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 15:22:17 +0000 |
commit | 7a8564114ec6f1adde4150abc3b54bca5ca7984f (patch) | |
tree | adc743171eefe56608650cfb853fd6d3b8b52b98 /dev-qt/qdbus | |
parent | dev-qt/pixeltool: Stabilize 5.15.1 amd64, #734600 (diff) | |
download | gentoo-7a8564114ec6f1adde4150abc3b54bca5ca7984f.tar.gz gentoo-7a8564114ec6f1adde4150abc3b54bca5ca7984f.tar.bz2 gentoo-7a8564114ec6f1adde4150abc3b54bca5ca7984f.zip |
dev-qt/qdbus: Stabilize 5.15.1 amd64, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qdbus')
-rw-r--r-- | dev-qt/qdbus/qdbus-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qdbus/qdbus-5.15.1.ebuild b/dev-qt/qdbus/qdbus-5.15.1.ebuild index b6811c084b50..3ad7453b70a0 100644 --- a/dev-qt/qdbus/qdbus-5.15.1.ebuild +++ b/dev-qt/qdbus/qdbus-5.15.1.ebuild @@ -8,7 +8,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="" |