diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:40:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:49:33 +0200 |
commit | df213c233072e283dc85714c51aae0e380457ab1 (patch) | |
tree | 34fd672dc4f432e0e1c2b825bd4866d6e20e8892 /dev-qt/qtserialport | |
parent | dev-qt/qtsensors: ppc64 stable wrt bug #620334 (diff) | |
download | gentoo-df213c233072e283dc85714c51aae0e380457ab1.tar.gz gentoo-df213c233072e283dc85714c51aae0e380457ab1.tar.bz2 gentoo-df213c233072e283dc85714c51aae0e380457ab1.zip |
dev-qt/qtserialport: ppc64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtserialport')
-rw-r--r-- | dev-qt/qtserialport/qtserialport-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtserialport/qtserialport-5.7.1.ebuild b/dev-qt/qtserialport/qtserialport-5.7.1.ebuild index bdf995af9785..15c78fafd151 100644 --- a/dev-qt/qtserialport/qtserialport-5.7.1.ebuild +++ b/dev-qt/qtserialport/qtserialport-5.7.1.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Serial port abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc64 x86" fi IUSE="" |