diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:38:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:38:06 +0200 |
commit | f154212e6bac2c08dabea05d16dfcbeafe447a92 (patch) | |
tree | 52c51da9f687e7e48753b7657e2d29b49431a5ae | |
parent | dev-qt/qtphonon: amd64 stable wrt bug #552396 (diff) | |
download | gentoo-f154212e6bac2c08dabea05d16dfcbeafe447a92.tar.gz gentoo-f154212e6bac2c08dabea05d16dfcbeafe447a92.tar.bz2 gentoo-f154212e6bac2c08dabea05d16dfcbeafe447a92.zip |
dev-qt/qtscript: amd64 stable wrt bug #552396
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-qt/qtscript/qtscript-4.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtscript/qtscript-4.8.7.ebuild b/dev-qt/qtscript/qtscript-4.8.7.ebuild index bc76b8882d5f..335967ed05ba 100644 --- a/dev-qt/qtscript/qtscript-4.8.7.ebuild +++ b/dev-qt/qtscript/qtscript-4.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="The QtScript module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" fi IUSE="+jit" |