diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 15:15:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 15:15:17 +0000 |
commit | b0d4f3e0a13ac3c9f039a82fc48634325d4527ee (patch) | |
tree | ffbef3ae0824d7bf9ce21b8b1a91e6c237a0e506 /dev-qt/qdoc | |
parent | dev-qt/qdbusviewer: Stabilize 5.15.2 arm64, #754852 (diff) | |
download | gentoo-b0d4f3e0a13ac3c9f039a82fc48634325d4527ee.tar.gz gentoo-b0d4f3e0a13ac3c9f039a82fc48634325d4527ee.tar.bz2 gentoo-b0d4f3e0a13ac3c9f039a82fc48634325d4527ee.zip |
dev-qt/qdoc: Stabilize 5.15.2 arm64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qdoc')
-rw-r--r-- | dev-qt/qdoc/qdoc-5.15.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qdoc/qdoc-5.15.2.ebuild b/dev-qt/qdoc/qdoc-5.15.2.ebuild index bf61754ef4b3..d7347990b891 100644 --- a/dev-qt/qdoc/qdoc-5.15.2.ebuild +++ b/dev-qt/qdoc/qdoc-5.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt documentation generator" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86" fi IUSE="qml" |