diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-15 18:46:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-15 18:46:38 +0300 |
commit | 04f1afcae7e648510be9999acbc658a783906024 (patch) | |
tree | d25f60ecd66494ec2b4d7de94531975e6545bdd5 /dev-qt/qtsensors | |
parent | dev-qt/qtnetworkauth: Keyword 6.7.1 ppc64, #927885 (diff) | |
download | gentoo-04f1afcae7e648510be9999acbc658a783906024.tar.gz gentoo-04f1afcae7e648510be9999acbc658a783906024.tar.bz2 gentoo-04f1afcae7e648510be9999acbc658a783906024.zip |
dev-qt/qtsensors: Keyword 6.7.1 ppc64, #927885
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtsensors')
-rw-r--r-- | dev-qt/qtsensors/qtsensors-6.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsensors/qtsensors-6.7.1.ebuild b/dev-qt/qtsensors/qtsensors-6.7.1.ebuild index 9b0c73bc0aab..b6709a364bd1 100644 --- a/dev-qt/qtsensors/qtsensors-6.7.1.ebuild +++ b/dev-qt/qtsensors/qtsensors-6.7.1.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Hardware sensor access library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~riscv x86" + KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv x86" fi IUSE="qml" |