diff options
author | Markus Meier <maekke@gentoo.org> | 2012-07-19 21:13:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-07-19 21:13:11 +0000 |
commit | b9237fe9fe11962eaf74e210de68ef242669aec9 (patch) | |
tree | dc40f11d9b8f957a4cbb5b11976d141433edd888 /x11-libs/qt-script | |
parent | arm stable, bug #424625 (diff) | |
download | gentoo-2-b9237fe9fe11962eaf74e210de68ef242669aec9.tar.gz gentoo-2-b9237fe9fe11962eaf74e210de68ef242669aec9.tar.bz2 gentoo-2-b9237fe9fe11962eaf74e210de68ef242669aec9.zip |
arm stable, bug #424625
(Portage version: 2.1.11.7/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-script')
-rw-r--r-- | x11-libs/qt-script/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-script/qt-script-4.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog index 1417b3f989a9..a910064838f8 100644 --- a/x11-libs/qt-script/ChangeLog +++ b/x11-libs/qt-script/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-script # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.129 2012/07/15 10:57:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.130 2012/07/19 21:13:11 maekke Exp $ + + 19 Jul 2012; Markus Meier <maekke@gentoo.org> qt-script-4.8.2.ebuild: + arm stable, bug #424625 15 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-script-4.8.2.ebuild: Stable for x86, wrt bug #424625 diff --git a/x11-libs/qt-script/qt-script-4.8.2.ebuild b/x11-libs/qt-script/qt-script-4.8.2.ebuild index 61939205cc48..da9619036cf8 100644 --- a/x11-libs/qt-script/qt-script-4.8.2.ebuild +++ b/x11-libs/qt-script/qt-script-4.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.9 2012/07/15 10:57:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.10 2012/07/19 21:13:11 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha amd64 ~arm 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 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="iconv +jit" |