diff options
author | Markus Meier <maekke@gentoo.org> | 2017-06-06 18:09:53 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-06-06 18:09:53 +0200 |
commit | e3ffc1943783eaec49e369b20a1ec8299ee6ffe0 (patch) | |
tree | 155e44cf277488fe200f71e3194b950d6f60de05 /dev-qt/assistant | |
parent | dev-qt/qtwebkit: arm stable, bug #552396 (diff) | |
download | gentoo-e3ffc1943783eaec49e369b20a1ec8299ee6ffe0.tar.gz gentoo-e3ffc1943783eaec49e369b20a1ec8299ee6ffe0.tar.bz2 gentoo-e3ffc1943783eaec49e369b20a1ec8299ee6ffe0.zip |
dev-qt/assistant: arm stable, bug #552396
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-4.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-4.8.7.ebuild b/dev-qt/assistant/assistant-4.8.7.ebuild index 8ae91407db7c..41eb312612bc 100644 --- a/dev-qt/assistant/assistant-4.8.7.ebuild +++ b/dev-qt/assistant/assistant-4.8.7.ebuild @@ -7,7 +7,7 @@ inherit eutils qt4-build-multilib DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86" + KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" fi IUSE="webkit" |