diff options
author | 2024-04-04 07:21:29 +0300 | |
---|---|---|
committer | 2024-04-04 07:21:29 +0300 | |
commit | ec635e12d283d6e42d4373c3fbc30d8f2af95dba (patch) | |
tree | 0a774149eb470171623ee799519f18e4e3acda81 /dev-qt/assistant | |
parent | dev-qt/qtprintsupport: Stabilize 5.15.13 arm64, #927748 (diff) | |
download | gentoo-ec635e12d283d6e42d4373c3fbc30d8f2af95dba.tar.gz gentoo-ec635e12d283d6e42d4373c3fbc30d8f2af95dba.tar.bz2 gentoo-ec635e12d283d6e42d4373c3fbc30d8f2af95dba.zip |
dev-qt/assistant: Stabilize 5.15.13 arm64, #927748
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.15.13.ebuild b/dev-qt/assistant/assistant-5.15.13.ebuild index edcb4dcebbb2..7244f21e1477 100644 --- a/dev-qt/assistant/assistant-5.15.13.ebuild +++ b/dev-qt/assistant/assistant-5.15.13.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" |