diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-31 13:38:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-31 13:38:11 +0000 |
commit | 701f5efbf4cb62a1450566536c87b152238fba99 (patch) | |
tree | e168f214ce37f993b12241f1f755faa76da7a663 | |
parent | x86 stable, bug #290922 (diff) | |
download | gentoo-2-701f5efbf4cb62a1450566536c87b152238fba99.tar.gz gentoo-2-701f5efbf4cb62a1450566536c87b152238fba99.tar.bz2 gentoo-2-701f5efbf4cb62a1450566536c87b152238fba99.zip |
x86 stable, bug #290922
(Portage version: 2.2_rc46/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/qt-script/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-script/qt-script-4.5.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog index fa2161fa8a5a..4d29080ca71c 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.46 2009/10/29 18:20:08 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.47 2009/10/31 13:38:11 maekke Exp $ + + 31 Oct 2009; Markus Meier <maekke@gentoo.org> qt-script-4.5.3-r1.ebuild: + x86 stable, bug #290922 *qt-script-4.5.3-r1 (29 Oct 2009) diff --git a/x11-libs/qt-script/qt-script-4.5.3-r1.ebuild b/x11-libs/qt-script/qt-script-4.5.3-r1.ebuild index 733e72aed240..fe2eace16e67 100644 --- a/x11-libs/qt-script/qt-script-4.5.3-r1.ebuild +++ b/x11-libs/qt-script/qt-script-4.5.3-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 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.5.3-r1.ebuild,v 1.1 2009/10/29 18:20:08 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.3-r1.ebuild,v 1.2 2009/10/31 13:38:11 maekke Exp $ EAPI="2" inherit qt4-build DESCRIPTION="The ECMAScript module for the Qt toolkit" SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="iconv" DEPEND="~x11-libs/qt-core-${PV}[debug=]" |