summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2015-05-30 11:00:56 +0000
committerMarkus Meier <maekke@gentoo.org>2015-05-30 11:00:56 +0000
commit136b0eef63b29c46d7f5baeae02f58a9e639885d (patch)
treede4ff5ed7019e7125742b7b275e4386801c48a00 /dev-qt
parentarm stable, bug #530238 (diff)
downloadgentoo-2-136b0eef63b29c46d7f5baeae02f58a9e639885d.tar.gz
gentoo-2-136b0eef63b29c46d7f5baeae02f58a9e639885d.tar.bz2
gentoo-2-136b0eef63b29c46d7f5baeae02f58a9e639885d.zip
arm stable, bug #530238
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtdeclarative/ChangeLog5
-rw-r--r--dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-qt/qtdeclarative/ChangeLog b/dev-qt/qtdeclarative/ChangeLog
index a322fd11050f..f48a054f31f0 100644
--- a/dev-qt/qtdeclarative/ChangeLog
+++ b/dev-qt/qtdeclarative/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtdeclarative
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.34 2015/05/26 18:14:16 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.35 2015/05/30 11:00:56 maekke Exp $
+
+ 30 May 2015; Markus Meier <maekke@gentoo.org> qtdeclarative-4.8.6-r1.ebuild:
+ arm stable, bug #530238
*qtdeclarative-4.8.7 (26 May 2015)
diff --git a/dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild
index e5f86de098ac..6eb90c075f96 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild,v 1.6 2015/05/16 11:27:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild,v 1.7 2015/05/30 11:00:56 maekke Exp $
EAPI=5
@@ -9,9 +9,9 @@ inherit qt4-build-multilib
DESCRIPTION="The Declarative module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
- KEYWORDS="hppa ppc ppc64"
+ KEYWORDS="arm hppa ppc ppc64"
else
- KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+ KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
fi
IUSE="+accessibility qt3support webkit"