diff options
author | 2022-02-25 20:53:20 +0200 | |
---|---|---|
committer | 2022-02-25 20:53:20 +0200 | |
commit | 3e88b613927594a165e35d453183994f4fd683e6 (patch) | |
tree | 2a0b293b1dd6304d4df0c781ae6d1d5425d57792 | |
parent | dev-qt/qtdatavis3d: Keyword 5.15.2-r1 arm, #833799 (diff) | |
download | gentoo-3e88b613927594a165e35d453183994f4fd683e6.tar.gz gentoo-3e88b613927594a165e35d453183994f4fd683e6.tar.bz2 gentoo-3e88b613927594a165e35d453183994f4fd683e6.zip |
dev-qt/qtscxml: Keyword 5.15.2-r1 arm, #833799
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild b/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild index 868a3450c832..a778e477a992 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~riscv x86" fi IUSE="" |