diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:27:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:27:13 +0300 |
commit | fa9b7207c9b20c9a65acf2907dcdd0dfa24d3ebb (patch) | |
tree | 409d5c52f3744b7e7877178d30158a7f769a6dc4 /dev-qt/assistant | |
parent | kde-apps/kpat: Move slot 4 blocker here (diff) | |
download | gentoo-fa9b7207c9b20c9a65acf2907dcdd0dfa24d3ebb.tar.gz gentoo-fa9b7207c9b20c9a65acf2907dcdd0dfa24d3ebb.tar.bz2 gentoo-fa9b7207c9b20c9a65acf2907dcdd0dfa24d3ebb.zip |
dev-qt/assistant: amd64 stable wrt bug #670864
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.11.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/assistant/assistant-5.11.3.ebuild b/dev-qt/assistant/assistant-5.11.3.ebuild index dc410213c523..c6e33604a1af 100644 --- a/dev-qt/assistant/assistant-5.11.3.ebuild +++ b/dev-qt/assistant/assistant-5.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 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" |