diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:43 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:43 +0100 |
commit | 7510e353fdaef5a81a2e350eaa80e8f675ce60a4 (patch) | |
tree | f0423e3ebd160896690c635c4a54752f3153dc48 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: x86 stable wrt bug #699328 (diff) | |
download | gentoo-7510e353fdaef5a81a2e350eaa80e8f675ce60a4.tar.gz gentoo-7510e353fdaef5a81a2e350eaa80e8f675ce60a4.tar.bz2 gentoo-7510e353fdaef5a81a2e350eaa80e8f675ce60a4.zip |
dev-qt/qtpaths: x86 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.14.1.ebuild b/dev-qt/qtpaths/qtpaths-5.14.1.ebuild index 1546eac4e5d9..2692f55b8f4d 100644 --- a/dev-qt/qtpaths/qtpaths-5.14.1.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.14.1.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="" |