diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-04-30 10:37:31 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-04-30 10:37:31 +0000 |
commit | 1def82aff364b671aa9a2b8abacda92d80c03d1c (patch) | |
tree | 0716a54d79faeeda44277263e0e8a22d8eaea799 /x11-libs/qt-core/qt-core-4.5.1.ebuild | |
parent | Stable for HPPA (bug #267234). (diff) | |
download | gentoo-2-1def82aff364b671aa9a2b8abacda92d80c03d1c.tar.gz gentoo-2-1def82aff364b671aa9a2b8abacda92d80c03d1c.tar.bz2 gentoo-2-1def82aff364b671aa9a2b8abacda92d80c03d1c.zip |
Adding x11-libs/libX11 as dependency. Fixes bug #267967
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-core/qt-core-4.5.1.ebuild')
-rw-r--r-- | x11-libs/qt-core/qt-core-4.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 22d27fd2e167..b43c41ea6670 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.1 2009/04/27 19:42:35 hwoarang Exp $ +# $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 $ EAPI="2" inherit qt4-build @@ -11,6 +11,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd IUSE="doc +glib +iconv +qt3support +ssl" RDEPEND="sys-libs/zlib + x11-libs/libX11 glib? ( dev-libs/glib ) ssl? ( dev-libs/openssl ) !<x11-libs/qt-4.4.0:4" |