diff options
author | 2017-07-04 15:58:20 +0200 | |
---|---|---|
committer | 2017-07-04 15:58:20 +0200 | |
commit | a8cc5cb84622e0055fafa9b1927f2d36ad90b563 (patch) | |
tree | f97a8e1379b46e2d2dfbeb0e97573b07f7a409ed /dev-qt/qdoc | |
parent | dev-qt/qdbusviewer: amd64 stable wrt bug #620334 (diff) | |
download | gentoo-a8cc5cb84622e0055fafa9b1927f2d36ad90b563.tar.gz gentoo-a8cc5cb84622e0055fafa9b1927f2d36ad90b563.tar.bz2 gentoo-a8cc5cb84622e0055fafa9b1927f2d36ad90b563.zip |
dev-qt/qdoc: amd64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qdoc')
-rw-r--r-- | dev-qt/qdoc/qdoc-5.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qdoc/qdoc-5.7.1.ebuild b/dev-qt/qdoc/qdoc-5.7.1.ebuild index 80ecbcc43d41..a3db6a1dd6b3 100644 --- a/dev-qt/qdoc/qdoc-5.7.1.ebuild +++ b/dev-qt/qdoc/qdoc-5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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="" |