diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:15:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:17:45 +0100 |
commit | f20fbe0acdf06b55eb9ce04eb0fd9fc91b204832 (patch) | |
tree | 6bb5a9e87d8d07b6d2222c4bf3c05455caa06a4f /dev-qt/qtxml | |
parent | dev-qt/qtprintsupport: Stabilize 5.15.3 ppc, #835762 (diff) | |
download | gentoo-f20fbe0acdf06b55eb9ce04eb0fd9fc91b204832.tar.gz gentoo-f20fbe0acdf06b55eb9ce04eb0fd9fc91b204832.tar.bz2 gentoo-f20fbe0acdf06b55eb9ce04eb0fd9fc91b204832.zip |
dev-qt/qtxml: Stabilize 5.15.3 ppc, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.15.3.ebuild b/dev-qt/qtxml/qtxml-5.15.3.ebuild index a9be6054c420..d05e4fc5f705 100644 --- a/dev-qt/qtxml/qtxml-5.15.3.ebuild +++ b/dev-qt/qtxml/qtxml-5.15.3.ebuild @@ -10,7 +10,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 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="" |