diff options
Diffstat (limited to 'dev-qt/qtcore/qtcore-5.4.0.ebuild')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-qt/qtcore/qtcore-5.4.0.ebuild b/dev-qt/qtcore/qtcore-5.4.0.ebuild index f412423d9333..8c77569523a4 100644 --- a/dev-qt/qtcore/qtcore-5.4.0.ebuild +++ b/dev-qt/qtcore/qtcore-5.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild,v 1.2 2015/02/02 19:04:07 zlogene Exp $ EAPI=5 @@ -13,7 +13,7 @@ DESCRIPTION="Cross-platform application development framework" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi IUSE="icu systemd" |