diff options
author | Sam James <sam@gentoo.org> | 2022-06-14 14:26:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-14 14:26:22 +0100 |
commit | 8f9685623ef72a90110e9b4522f3346a26a215e6 (patch) | |
tree | a763f2089acc036569bdaf5df347a46e0329dd65 /dev-qt/assistant | |
parent | dev-qt/qtprintsupport: Stabilize 5.15.4 arm64, #843353 (diff) | |
download | gentoo-8f9685623ef72a90110e9b4522f3346a26a215e6.tar.gz gentoo-8f9685623ef72a90110e9b4522f3346a26a215e6.tar.bz2 gentoo-8f9685623ef72a90110e9b4522f3346a26a215e6.zip |
dev-qt/assistant: Stabilize 5.15.4 arm64, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.15.4.ebuild b/dev-qt/assistant/assistant-5.15.4.ebuild index dd3a07a88d4e..2a3b87115ad2 100644 --- a/dev-qt/assistant/assistant-5.15.4.ebuild +++ b/dev-qt/assistant/assistant-5.15.4.ebuild @@ -9,7 +9,7 @@ inherit desktop qt5-build xdg-utils DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~sparc x86" fi IUSE="" |