diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2009-10-06 17:26:47 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2009-10-06 17:26:47 +0000 |
commit | f82e0b24ecbd3cf9b740c42e465e1c34299250c9 (patch) | |
tree | 04c92c62f873ae5e22fdd8fd3921a5c1f0290593 /net-misc/x2goclient/x2goclient-2.0.1.24.ebuild | |
parent | ia64 stable (diff) | |
download | gentoo-2-f82e0b24ecbd3cf9b740c42e465e1c34299250c9.tar.gz gentoo-2-f82e0b24ecbd3cf9b740c42e465e1c34299250c9.tar.bz2 gentoo-2-f82e0b24ecbd3cf9b740c42e465e1c34299250c9.zip |
Removed alternative dependency on Qt metapackage
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/x2goclient/x2goclient-2.0.1.24.ebuild')
-rw-r--r-- | net-misc/x2goclient/x2goclient-2.0.1.24.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild b/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild index a52b27b4605b..5977daac0cb1 100644 --- a/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild +++ b/net-misc/x2goclient/x2goclient-2.0.1.24.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/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild,v 1.1 2009/03/13 12:36:03 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild,v 1.2 2009/10/06 17:26:47 ayoy Exp $ EAPI="2" inherit qt4 versionator @@ -17,8 +17,9 @@ KEYWORDS="~amd64 ~x86" IUSE="ldap" DEPEND="net-misc/nx - || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-svg:4 ) - >=x11-libs/qt-4.3:4 ) + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + x11-libs/qt-svg:4 ldap? ( net-nds/openldap )" RDEPEND="${DEPEND}" |