diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-07-05 21:14:20 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-07-05 21:14:20 +0000 |
commit | c33b178bf5a01f7dccc9a6b8a57c931b6d00bc7d (patch) | |
tree | 9d3e4fb0b7af7ca69b606a7ef3d20e9ed5620bf3 /dev-qt | |
parent | Stable on alpha, bug 530238 (diff) | |
download | gentoo-2-c33b178bf5a01f7dccc9a6b8a57c931b6d00bc7d.tar.gz gentoo-2-c33b178bf5a01f7dccc9a6b8a57c931b6d00bc7d.tar.bz2 gentoo-2-c33b178bf5a01f7dccc9a6b8a57c931b6d00bc7d.zip |
Stable on alpha, bug 530238
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscript/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtscript/qtscript-4.8.6-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-qt/qtscript/ChangeLog b/dev-qt/qtscript/ChangeLog index 1264a543d359..b1e8d6d720ac 100644 --- a/dev-qt/qtscript/ChangeLog +++ b/dev-qt/qtscript/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtscript # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.37 2015/06/17 15:22:41 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.38 2015/07/05 21:14:20 klausman Exp $ + + 05 Jul 2015; Tobias Klausmann <klausman@gentoo.org> qtscript-4.8.6-r2.ebuild: + Stable on alpha, bug 530238 *qtscript-5.4.2 (17 Jun 2015) diff --git a/dev-qt/qtscript/qtscript-4.8.6-r2.ebuild b/dev-qt/qtscript/qtscript-4.8.6-r2.ebuild index 8944e14142b5..7daf65942f0e 100644 --- a/dev-qt/qtscript/qtscript-4.8.6-r2.ebuild +++ b/dev-qt/qtscript/qtscript-4.8.6-r2.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/qtscript/qtscript-4.8.6-r2.ebuild,v 1.6 2015/05/30 10:51:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.6-r2.ebuild,v 1.7 2015/07/05 21:14:20 klausman Exp $ EAPI=5 @@ -9,9 +9,9 @@ inherit qt4-build-multilib DESCRIPTION="The QtScript module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == live ]]; then - KEYWORDS="arm hppa ppc ppc64" + KEYWORDS="alpha arm hppa ppc ppc64" else - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+jit" |