diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-11 22:54:32 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-11 23:36:13 +0000 |
commit | 0637af2411ed9b56b5ee31eda280b604ccf721d3 (patch) | |
tree | 8a8f716b8e958664a5070d8df966233e53f95ed6 /dev-qt | |
parent | dev-qt/qtquickcontrols: stable 5.11.3 for ppc, bug #670864 (diff) | |
download | gentoo-0637af2411ed9b56b5ee31eda280b604ccf721d3.tar.gz gentoo-0637af2411ed9b56b5ee31eda280b604ccf721d3.tar.bz2 gentoo-0637af2411ed9b56b5ee31eda280b604ccf721d3.zip |
dev-qt/qtscript: stable 5.11.3 for ppc, bug #670864
Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.11.3.ebuild b/dev-qt/qtscript/qtscript-5.11.3.ebuild index e139a2f6f447..22ced077510f 100644 --- a/dev-qt/qtscript/qtscript-5.11.3.ebuild +++ b/dev-qt/qtscript/qtscript-5.11.3.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)" 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="+jit scripttools" |