diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 18:34:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 19:08:40 +0300 |
commit | 0d81fb48a4a2db429ccaf051cccdb67b2b411c39 (patch) | |
tree | 91e3db01e5cfce66f4d4624714f9436b33b6779f /dev-qt/qtcore | |
parent | dev-qt/qttest: amd64 stable wrt bug #664566 (diff) | |
download | gentoo-0d81fb48a4a2db429ccaf051cccdb67b2b411c39.tar.gz gentoo-0d81fb48a4a2db429ccaf051cccdb67b2b411c39.tar.bz2 gentoo-0d81fb48a4a2db429ccaf051cccdb67b2b411c39.zip |
dev-qt/qtcore: 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/qtcore')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.11.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtcore/qtcore-5.11.1-r1.ebuild b/dev-qt/qtcore/qtcore-5.11.1-r1.ebuild index c3da14471f41..67bb90e472b3 100644 --- a/dev-qt/qtcore/qtcore-5.11.1-r1.ebuild +++ b/dev-qt/qtcore/qtcore-5.11.1-r1.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 qt5-build DESCRIPTION="Cross-platform application development framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" fi IUSE="icu systemd" |