diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 18:40:51 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 19:08:46 +0300 |
commit | 9b0e206f84b94ca5818b18e313cda69d4d3083a5 (patch) | |
tree | ae4b84a115ba005c7ba3698b53888d7d4944eb85 /dev-qt/assistant | |
parent | dev-qt/qtprintsupport: amd64 stable wrt bug #664566 (diff) | |
download | gentoo-9b0e206f84b94ca5818b18e313cda69d4d3083a5.tar.gz gentoo-9b0e206f84b94ca5818b18e313cda69d4d3083a5.tar.bz2 gentoo-9b0e206f84b94ca5818b18e313cda69d4d3083a5.zip |
dev-qt/assistant: amd64 stable wrt bug #664566
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/assistant/assistant-5.11.1.ebuild b/dev-qt/assistant/assistant-5.11.1.ebuild index 5cb6d4e5d07f..073fe3f8cc6f 100644 --- a/dev-qt/assistant/assistant-5.11.1.ebuild +++ b/dev-qt/assistant/assistant-5.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit desktop gnome2-utils qt5-build DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" fi IUSE="webkit" |