diff options
author | 2020-03-19 14:14:24 +0100 | |
---|---|---|
committer | 2020-03-19 14:14:24 +0100 | |
commit | b7187bc53d1fb85f4e2d58a98e2fd521b6cd8d0e (patch) | |
tree | 706fad28b00d320fcf559b3b17baab0d2163b9b3 /dev-qt/qthelp | |
parent | dev-qt/qtgui: x86 stable wrt bug #699328 (diff) | |
download | gentoo-b7187bc53d1fb85f4e2d58a98e2fd521b6cd8d0e.tar.gz gentoo-b7187bc53d1fb85f4e2d58a98e2fd521b6cd8d0e.tar.bz2 gentoo-b7187bc53d1fb85f4e2d58a98e2fd521b6cd8d0e.zip |
dev-qt/qthelp: 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/qthelp')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qthelp/qthelp-5.14.1.ebuild b/dev-qt/qthelp/qthelp-5.14.1.ebuild index 21cf24714bc1..2a8ade6a25c3 100644 --- a/dev-qt/qthelp/qthelp-5.14.1.ebuild +++ b/dev-qt/qthelp/qthelp-5.14.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating online documentation into applications" 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="" |