diff options
author | 2024-06-01 12:35:53 +0300 | |
---|---|---|
committer | 2024-06-01 13:25:22 +0300 | |
commit | 5fdce083ecc29b10aabb8793f6ddcd41f1cf05c1 (patch) | |
tree | 2dd5c61fee03d7d6c96c8d68757ed2eb9d286e59 /dev-qt/assistant | |
parent | dev-qt/qtprintsupport: Stabilize 5.15.14 arm64, #933196 (diff) | |
download | gentoo-5fdce083ecc29b10aabb8793f6ddcd41f1cf05c1.tar.gz gentoo-5fdce083ecc29b10aabb8793f6ddcd41f1cf05c1.tar.bz2 gentoo-5fdce083ecc29b10aabb8793f6ddcd41f1cf05c1.zip |
dev-qt/assistant: Stabilize 5.15.14 arm64, #933196
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.15.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.15.14.ebuild b/dev-qt/assistant/assistant-5.15.14.ebuild index 8e25a43d3ea0..a359d99ba2bf 100644 --- a/dev-qt/assistant/assistant-5.15.14.ebuild +++ b/dev-qt/assistant/assistant-5.15.14.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~sparc ~x86" fi QT5_MODULE="qttools" |