diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:53:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:42 +0200 |
commit | 1e435462eef8ff20d9ef673e8ab3296006357f35 (patch) | |
tree | 12476747f7873a8442c2eb2f63c2f4f9d8a86279 /dev-qt/assistant | |
parent | sys-devel/gdb: ppc64 stable wrt bug #730076 (diff) | |
download | gentoo-1e435462eef8ff20d9ef673e8ab3296006357f35.tar.gz gentoo-1e435462eef8ff20d9ef673e8ab3296006357f35.tar.bz2 gentoo-1e435462eef8ff20d9ef673e8ab3296006357f35.zip |
dev-qt/assistant: ppc64 stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
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.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.15.1.ebuild b/dev-qt/assistant/assistant-5.15.1.ebuild index c74b1a6b063f..584fc36faa93 100644 --- a/dev-qt/assistant/assistant-5.15.1.ebuild +++ b/dev-qt/assistant/assistant-5.15.1.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" |