diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-12 22:35:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-12 22:35:18 +0300 |
commit | f86a79eaa4f52e6e64445e26aa1141aa4b7befb2 (patch) | |
tree | ae670fbfdf1636cad4a83b3d2f6f4356fca91014 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: Stabilize 5.15.3 arm64, #835762 (diff) | |
download | gentoo-f86a79eaa4f52e6e64445e26aa1141aa4b7befb2.tar.gz gentoo-f86a79eaa4f52e6e64445e26aa1141aa4b7befb2.tar.bz2 gentoo-f86a79eaa4f52e6e64445e26aa1141aa4b7befb2.zip |
dev-qt/qtpaths: Stabilize 5.15.3 arm64, #835762
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.15.3.ebuild b/dev-qt/qtpaths/qtpaths-5.15.3.ebuild index ac308c01b172..9805e0b71e10 100644 --- a/dev-qt/qtpaths/qtpaths-5.15.3.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.15.3.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" fi IUSE="" |