diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-05-01 18:47:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-05-01 18:47:58 +0000 |
commit | d970b5c5093ed00432e83830b60a38ba0f2550f7 (patch) | |
tree | d5e362af910fa469846ad2fb656becdda6e2e7b4 /x11-libs/qt-core | |
parent | Instead of removing start-stop-daemon, just don't compile it. (diff) | |
download | gentoo-2-d970b5c5093ed00432e83830b60a38ba0f2550f7.tar.gz gentoo-2-d970b5c5093ed00432e83830b60a38ba0f2550f7.tar.bz2 gentoo-2-d970b5c5093ed00432e83830b60a38ba0f2550f7.zip |
Adding x11-libs/libXext as dependency. Thanks to Christian Ruppert <idl0r@gentoo.org> for reporting
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-core')
-rw-r--r-- | x11-libs/qt-core/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.5.0.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.5.1.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index 146261d80072..d435540262fb 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,11 @@ # 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.45 2009/04/30 10:37:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.46 2009/05/01 18:47:58 hwoarang Exp $ + + 01 May 2009; Markos Chandras <hwoarang@gentoo.org> qt-core-4.5.0, + qt-core-4.5.1: + Adding x11-libs/libXext as dependency. Thanks to Christian Ruppert + <idl0r@gentoo.org> for reporting. 30 Apr 2009; Markos Chandras <hwoarang@gentoo.org> qt-core-4.5.0, qt-core-4.5.1: diff --git a/x11-libs/qt-core/qt-core-4.5.0.ebuild b/x11-libs/qt-core/qt-core-4.5.0.ebuild index 2c30a0ff7de1..bc50b9d2e5fb 100644 --- a/x11-libs/qt-core/qt-core-4.5.0.ebuild +++ b/x11-libs/qt-core/qt-core-4.5.0.ebuild @@ -1,6 +1,6 @@ # 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.0.ebuild,v 1.3 2009/04/30 10:37:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.0.ebuild,v 1.4 2009/05/01 18:47:58 hwoarang Exp $ EAPI="2" inherit qt4-build @@ -12,6 +12,7 @@ IUSE="doc +glib +iconv +qt3support +ssl" RDEPEND="sys-libs/zlib x11-libs/libX11 + x11-libs/libXext glib? ( dev-libs/glib ) ssl? ( dev-libs/openssl ) !<x11-libs/qt-4.4.0:4" diff --git a/x11-libs/qt-core/qt-core-4.5.1.ebuild b/x11-libs/qt-core/qt-core-4.5.1.ebuild index b43c41ea6670..7e8adef418b6 100644 --- a/x11-libs/qt-core/qt-core-4.5.1.ebuild +++ b/x11-libs/qt-core/qt-core-4.5.1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.2 2009/04/30 10:37:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.1.ebuild,v 1.3 2009/05/01 18:47:58 hwoarang Exp $ EAPI="2" inherit qt4-build @@ -12,6 +12,7 @@ IUSE="doc +glib +iconv +qt3support +ssl" RDEPEND="sys-libs/zlib x11-libs/libX11 + x11-libs/libXext glib? ( dev-libs/glib ) ssl? ( dev-libs/openssl ) !<x11-libs/qt-4.4.0:4" |