diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:36:07 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:36:07 +0200 |
commit | 2d35a313f1772a42a7004d7799c1d3f5197a71bb (patch) | |
tree | c2bc74759455f677fd6249401bb902a38d23eb20 /dev-qt/assistant | |
parent | app-emulation/qemu: amd64 stable wrt bug #616874 (diff) | |
download | gentoo-2d35a313f1772a42a7004d7799c1d3f5197a71bb.tar.gz gentoo-2d35a313f1772a42a7004d7799c1d3f5197a71bb.tar.bz2 gentoo-2d35a313f1772a42a7004d7799c1d3f5197a71bb.zip |
dev-qt/assistant: amd64 stable wrt bug #552396
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-4.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/assistant/assistant-4.8.7.ebuild b/dev-qt/assistant/assistant-4.8.7.ebuild index dc0c33f35303..6eb42b9ff41d 100644 --- a/dev-qt/assistant/assistant-4.8.7.ebuild +++ b/dev-qt/assistant/assistant-4.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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" |