diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-21 07:17:55 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-21 07:25:26 +0000 |
commit | 32503a8555e788d3d0aaa1a1df9fc0b527ab9a4d (patch) | |
tree | 412017262f974d27d1e6b8789634cb5046dba3d9 /dev-qt | |
parent | dev-qt/qdbus: stable 5.9.4 for ppc, bug #642822 (diff) | |
download | gentoo-32503a8555e788d3d0aaa1a1df9fc0b527ab9a4d.tar.gz gentoo-32503a8555e788d3d0aaa1a1df9fc0b527ab9a4d.tar.bz2 gentoo-32503a8555e788d3d0aaa1a1df9fc0b527ab9a4d.zip |
dev-qt/qdoc: stable 5.9.4 for ppc, bug #642822
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qdoc/qdoc-5.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qdoc/qdoc-5.9.4.ebuild b/dev-qt/qdoc/qdoc-5.9.4.ebuild index 983d3432a591..85387f5f9aed 100644 --- a/dev-qt/qdoc/qdoc-5.9.4.ebuild +++ b/dev-qt/qdoc/qdoc-5.9.4.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt documentation generator" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~hppa ppc ~ppc64 ~x86" fi IUSE="qml" |