diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-21 23:47:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-21 23:50:26 +0300 |
commit | e64657b56a5d5251d9066ba8d0cd72efbca27c6b (patch) | |
tree | ea4b3382952edb42090ca669e93edb3a4a0fdb42 /dev-qt | |
parent | dev-qt/qtopengl: x86 stable wrt bug #685260 (diff) | |
download | gentoo-e64657b56a5d5251d9066ba8d0cd72efbca27c6b.tar.gz gentoo-e64657b56a5d5251d9066ba8d0cd72efbca27c6b.tar.bz2 gentoo-e64657b56a5d5251d9066ba8d0cd72efbca27c6b.zip |
dev-qt/qtpaths: x86 stable wrt bug #685260
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.12.3.ebuild b/dev-qt/qtpaths/qtpaths-5.12.3.ebuild index 14cfd3f75a4e..acb53078e5e6 100644 --- a/dev-qt/qtpaths/qtpaths-5.12.3.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.12.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="" |