diff options
author | Sam James <sam@gentoo.org> | 2022-06-10 04:15:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-10 04:15:20 +0100 |
commit | fe9a554dac6e52fdd8523f98d77452e56fa4bd41 (patch) | |
tree | a0d597f905b2f9e7b4cba33e07cc2ce775a23774 /dev-qt | |
parent | dev-qt/qtprintsupport: Stabilize 5.15.4 amd64, #843353 (diff) | |
download | gentoo-fe9a554dac6e52fdd8523f98d77452e56fa4bd41.tar.gz gentoo-fe9a554dac6e52fdd8523f98d77452e56fa4bd41.tar.bz2 gentoo-fe9a554dac6e52fdd8523f98d77452e56fa4bd41.zip |
dev-qt/assistant: Stabilize 5.15.4 amd64, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-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 52bf83ac3a7d..16ae7589bb8b 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="" |