diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:37:22 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:37:22 +0300 |
commit | 35f591d33a0891ce284a4a7ff91c30a657f83ce4 (patch) | |
tree | c953014ec0b200673bcafb4495749e46c8d9d937 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: x86 stable wrt bug #670864 (diff) | |
download | gentoo-35f591d33a0891ce284a4a7ff91c30a657f83ce4.tar.gz gentoo-35f591d33a0891ce284a4a7ff91c30a657f83ce4.tar.bz2 gentoo-35f591d33a0891ce284a4a7ff91c30a657f83ce4.zip |
dev-qt/qtpaths: x86 stable wrt bug #670864
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.11.3.ebuild b/dev-qt/qtpaths/qtpaths-5.11.3.ebuild index 14cfd3f75a4e..acb53078e5e6 100644 --- a/dev-qt/qtpaths/qtpaths-5.11.3.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.11.3.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" fi IUSE="" |