diff options
-rw-r--r-- | dev-qt/qtdeclarative/ChangeLog | 7 | ||||
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-4.8.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-qt/qtdeclarative/ChangeLog b/dev-qt/qtdeclarative/ChangeLog index 5c5a38207e0f..ae158aecc966 100644 --- a/dev-qt/qtdeclarative/ChangeLog +++ b/dev-qt/qtdeclarative/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtdeclarative -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.9 2013/11/11 14:04:18 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.10 2014/01/06 09:38:36 ago Exp $ + + 06 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtdeclarative-4.8.5.ebuild: + Stable for sparc, wrt bug #494728 11 Nov 2013; Jeroen Roovers <jer@gentoo.org> qtdeclarative-4.8.5.ebuild: Stable for HPPA (bug #488536). diff --git a/dev-qt/qtdeclarative/qtdeclarative-4.8.5.ebuild b/dev-qt/qtdeclarative/qtdeclarative-4.8.5.ebuild index a0c06c4d5859..a333badf6f87 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-4.8.5.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-4.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-4.8.5.ebuild,v 1.8 2013/11/11 14:04:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-4.8.5.ebuild,v 1.9 2014/01/06 09:38:36 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" fi IUSE="+accessibility qt3support webkit" |