diff options
author | 2012-07-08 14:44:28 +0000 | |
---|---|---|
committer | 2012-07-08 14:44:28 +0000 | |
commit | 3c194fa8631ebb6935c119051c6eabb9b977ce53 (patch) | |
tree | 9ebf773cfe6da5a58c4201cfd0ba12c7bbd485b3 | |
parent | Old. (diff) | |
download | gentoo-2-3c194fa8631ebb6935c119051c6eabb9b977ce53.tar.gz gentoo-2-3c194fa8631ebb6935c119051c6eabb9b977ce53.tar.bz2 gentoo-2-3c194fa8631ebb6935c119051c6eabb9b977ce53.zip |
Stable for HPPA (bug #424625).
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
-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 eef6370ca753..2377f0e1f034 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.123 2012/07/06 05:04:37 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.124 2012/07/08 14:44:28 jer Exp $ + + 08 Jul 2012; Jeroen Roovers <jer@gentoo.org> qt-script-4.8.2.ebuild: + Stable for HPPA (bug #424625). 06 Jul 2012; Michael Weber <xmw@gentoo.org> qt-script-4.8.1.ebuild: ppc stable (bug 414241) 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 316461d8c20a..a470fc40ee4a 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.5 2012/07/05 12:27:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.6 2012/07/08 14:44:28 jer 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 ~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 ~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" |