diff options
author | Sam James <sam@gentoo.org> | 2022-06-14 14:26:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-14 14:26:36 +0100 |
commit | 96a53b8407840429e09babfc06dca9bd0e4f62ee (patch) | |
tree | 0f67527bd81003a3c3776f90d6aed9d889dc6bac | |
parent | dev-qt/qtpositioning: Stabilize 5.15.4 arm64, #843353 (diff) | |
download | gentoo-96a53b8407840429e09babfc06dca9bd0e4f62ee.tar.gz gentoo-96a53b8407840429e09babfc06dca9bd0e4f62ee.tar.bz2 gentoo-96a53b8407840429e09babfc06dca9bd0e4f62ee.zip |
dev-qt/qtlocation: Stabilize 5.15.4 arm64, #843353
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild index 4536e235ff4a..92e5cfbab96f 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi IUSE="" |