diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 13:42:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 13:42:27 +0000 |
commit | f9433c37b3c61769f613978d293aaee4347ad42e (patch) | |
tree | d21e5ad12c1184807d4034551d58fcf601396438 /dev-qt/qtxml | |
parent | dev-qt/qtx11extras: Stabilize 5.15.2 arm, #754852 (diff) | |
download | gentoo-f9433c37b3c61769f613978d293aaee4347ad42e.tar.gz gentoo-f9433c37b3c61769f613978d293aaee4347ad42e.tar.bz2 gentoo-f9433c37b3c61769f613978d293aaee4347ad42e.zip |
dev-qt/qtxml: Stabilize 5.15.2 arm, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.15.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtxml/qtxml-5.15.2.ebuild b/dev-qt/qtxml/qtxml-5.15.2.ebuild index c475c1b3f0d3..39ef8b914580 100644 --- a/dev-qt/qtxml/qtxml-5.15.2.ebuild +++ b/dev-qt/qtxml/qtxml-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 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework" 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="" |