diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 09:05:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 09:05:17 +0000 |
commit | 3bf753c519c7ffd3914d1c5dc6d474f157cdecf5 (patch) | |
tree | 67962621cef24b83d5f269940fec5c7e67d46013 /dev-qt | |
parent | dev-qt/pixeltool: Stabilize 5.15.2 amd64, #754852 (diff) | |
download | gentoo-3bf753c519c7ffd3914d1c5dc6d474f157cdecf5.tar.gz gentoo-3bf753c519c7ffd3914d1c5dc6d474f157cdecf5.tar.bz2 gentoo-3bf753c519c7ffd3914d1c5dc6d474f157cdecf5.zip |
dev-qt/qdbus: Stabilize 5.15.2 amd64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-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 5a1d46e9f6e4..d4125f6b4f3e 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="" |