diff options
author | 2009-10-06 17:29:34 +0000 | |
---|---|---|
committer | 2009-10-06 17:29:34 +0000 | |
commit | 9ca407ff3eb667835ce61427cc4581c6360a1674 (patch) | |
tree | bbf43a301d3306a50e3b6897ffc25d7f8b73ae1d /net-misc | |
parent | ia64/sparc stable wrt #283815 (diff) | |
download | gentoo-2-9ca407ff3eb667835ce61427cc4581c6360a1674.tar.gz gentoo-2-9ca407ff3eb667835ce61427cc4581c6360a1674.tar.bz2 gentoo-2-9ca407ff3eb667835ce61427cc4581c6360a1674.zip |
Removed alternative dependency on Qt metapackage also from 2.99.3
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/x2goclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/x2goclient/x2goclient-2.99.3.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/x2goclient/ChangeLog b/net-misc/x2goclient/ChangeLog index 03a8bee30267..7489ed5ad204 100644 --- a/net-misc/x2goclient/ChangeLog +++ b/net-misc/x2goclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/x2goclient # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.3 2009/10/06 17:26:47 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.4 2009/10/06 17:29:34 ayoy Exp $ + + 06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> x2goclient-2.99.3.ebuild: + Removed alternative dependency on Qt metapackage also from 2.99.3 06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> x2goclient-2.0.1.24.ebuild: Removed alternative dependency on Qt metapackage diff --git a/net-misc/x2goclient/x2goclient-2.99.3.ebuild b/net-misc/x2goclient/x2goclient-2.99.3.ebuild index 5e964bc707f7..4666e45af753 100644 --- a/net-misc/x2goclient/x2goclient-2.99.3.ebuild +++ b/net-misc/x2goclient/x2goclient-2.99.3.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.99.3.ebuild,v 1.1 2009/03/13 12:36:03 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-2.99.3.ebuild,v 1.2 2009/10/06 17:29:34 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}" |