diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-10-29 11:19:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-10-29 11:19:22 +0000 |
commit | a459b41b7eb2336b35a47afa62e68ecf5f22614c (patch) | |
tree | 26187b23862c9f71246fb4921137cd10b2401184 | |
parent | stable x86, bug 289747 (diff) | |
download | gentoo-2-a459b41b7eb2336b35a47afa62e68ecf5f22614c.tar.gz gentoo-2-a459b41b7eb2336b35a47afa62e68ecf5f22614c.tar.bz2 gentoo-2-a459b41b7eb2336b35a47afa62e68ecf5f22614c.zip |
stable x86, bug 290922
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
-rw-r--r-- | x11-libs/qt-core/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.5.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index d0c529cf7f81..174fabda1109 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.65 2009/10/17 19:36:52 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.66 2009/10/29 11:19:22 fauli Exp $ + + 29 Oct 2009; Christian Faulhammer <fauli@gentoo.org> + qt-core-4.5.3-r1.ebuild: + stable x86, bug 290922 17 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> qt-core-4.6.0_beta1.ebuild: Removing temporary blocker for <qt-gui-${PVR} from live packages diff --git a/x11-libs/qt-core/qt-core-4.5.3-r1.ebuild b/x11-libs/qt-core/qt-core-4.5.3-r1.ebuild index 476367aa48e2..a80f13be617b 100644 --- a/x11-libs/qt-core/qt-core-4.5.3-r1.ebuild +++ b/x11-libs/qt-core/qt-core-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-core/qt-core-4.5.3-r1.ebuild,v 1.1 2009/10/04 10:26:33 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.3-r1.ebuild,v 1.2 2009/10/29 11:19:22 fauli Exp $ EAPI="2" inherit qt4-build DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" 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="doc +glib iconv qt3support ssl" RDEPEND="sys-libs/zlib |