diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:25:02 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:37:45 +0100 |
commit | b100aac7aae49ba2f0b284c35b537cef03243a88 (patch) | |
tree | 16b4d79ce04e93d1d532decb414ade53b3bcaebc /dev-qt/qtsensors | |
parent | dev-qt/qtscript: ppc64 stable wrt bug #598780 (diff) | |
download | gentoo-b100aac7aae49ba2f0b284c35b537cef03243a88.tar.gz gentoo-b100aac7aae49ba2f0b284c35b537cef03243a88.tar.bz2 gentoo-b100aac7aae49ba2f0b284c35b537cef03243a88.zip |
dev-qt/qtsensors: ppc64 stable wrt bug #598780
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtsensors')
-rw-r--r-- | dev-qt/qtsensors/qtsensors-5.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsensors/qtsensors-5.6.2.ebuild b/dev-qt/qtsensors/qtsensors-5.6.2.ebuild index c373dea01826..81d807e7b82e 100644 --- a/dev-qt/qtsensors/qtsensors-5.6.2.ebuild +++ b/dev-qt/qtsensors/qtsensors-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Hardware sensor access library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="qml" |