diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 21:15:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 21:16:20 +0000 |
commit | ffdab526549f4254547661555d36eccece96e44f (patch) | |
tree | 2795a957b13ab90e35597a2f8a0274c4e0d28757 /dev-qt/qtxml | |
parent | dev-qt/qtx11extras: Stabilize 5.15.2 x86, #754852 (diff) | |
download | gentoo-ffdab526549f4254547661555d36eccece96e44f.tar.gz gentoo-ffdab526549f4254547661555d36eccece96e44f.tar.bz2 gentoo-ffdab526549f4254547661555d36eccece96e44f.zip |
dev-qt/qtxml: Stabilize 5.15.2 x86, #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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.15.2.ebuild b/dev-qt/qtxml/qtxml-5.15.2.ebuild index 7b79944ca234..0c7cd30a3a08 100644 --- a/dev-qt/qtxml/qtxml-5.15.2.ebuild +++ b/dev-qt/qtxml/qtxml-5.15.2.ebuild @@ -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="" |