diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:45:08 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:45:08 +0200 |
commit | 999eb6138936f9cd84d2a169659e168775a38439 (patch) | |
tree | 9ea5a84e8ae76119152530b9359654ccac7d2d8d /dev-qt/assistant | |
parent | net-print/cups-filters: ppc64 stable wrt bug #719052 (diff) | |
download | gentoo-999eb6138936f9cd84d2a169659e168775a38439.tar.gz gentoo-999eb6138936f9cd84d2a169659e168775a38439.tar.bz2 gentoo-999eb6138936f9cd84d2a169659e168775a38439.zip |
dev-qt/assistant: ppc64 stable wrt bug #719732
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.14.2.ebuild b/dev-qt/assistant/assistant-5.14.2.ebuild index 7f0b3ec1e822..0fceb8f72554 100644 --- a/dev-qt/assistant/assistant-5.14.2.ebuild +++ b/dev-qt/assistant/assistant-5.14.2.ebuild @@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc64 ~sparc ~x86" fi IUSE="webkit" |