diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 13:43:34 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 13:43:34 +0100 |
commit | 313a25232aa54958942eefca37657d259e7676c6 (patch) | |
tree | 3794f25489c7aaebf2b1125a80ad748940f3790f /dev-qt/qthelp | |
parent | dev-qt/qtgui: amd64 stable wrt bug #699328 (diff) | |
download | gentoo-313a25232aa54958942eefca37657d259e7676c6.tar.gz gentoo-313a25232aa54958942eefca37657d259e7676c6.tar.bz2 gentoo-313a25232aa54958942eefca37657d259e7676c6.zip |
dev-qt/qthelp: amd64 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
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 adf40327f318..21cf24714bc1 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="" |