diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 15:15:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 15:15:16 +0000 |
commit | 988d750a43bbe30a6e5ea2281d38879b3d620759 (patch) | |
tree | c93ac120793572fb8ea2eae6714e316ed1a7972a /dev-qt/qdbus | |
parent | dev-qt/pixeltool: Stabilize 5.15.2 arm64, #754852 (diff) | |
download | gentoo-988d750a43bbe30a6e5ea2281d38879b3d620759.tar.gz gentoo-988d750a43bbe30a6e5ea2281d38879b3d620759.tar.bz2 gentoo-988d750a43bbe30a6e5ea2281d38879b3d620759.zip |
dev-qt/qdbus: Stabilize 5.15.2 arm64, #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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qdbus/qdbus-5.15.2.ebuild b/dev-qt/qdbus/qdbus-5.15.2.ebuild index 7cee2d4e25fc..a3ac8c32330e 100644 --- a/dev-qt/qdbus/qdbus-5.15.2.ebuild +++ b/dev-qt/qdbus/qdbus-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 @@ -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="" |