diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-08-19 09:55:55 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-08-19 09:55:55 +0000 |
commit | b85f016fd26da101344a9d566dad0188259d1dae (patch) | |
tree | 1e5a17bf0e19675d748f24c79a529a6f56d3ad88 /net-misc/x2goclient/x2goclient-3.01.5.ebuild | |
parent | Added 2.0.0 beta2. Bug 365707 (diff) | |
download | gentoo-2-b85f016fd26da101344a9d566dad0188259d1dae.tar.gz gentoo-2-b85f016fd26da101344a9d566dad0188259d1dae.tar.bz2 gentoo-2-b85f016fd26da101344a9d566dad0188259d1dae.zip |
cups is mandatory, patch welcome to make it optional (and not colliding with no-ldap patch). Bug #372631
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/x2goclient/x2goclient-3.01.5.ebuild')
-rw-r--r-- | net-misc/x2goclient/x2goclient-3.01.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/x2goclient/x2goclient-3.01.5.ebuild b/net-misc/x2goclient/x2goclient-3.01.5.ebuild index 0ed0ba5cfa68..277c88d985c1 100644 --- a/net-misc/x2goclient/x2goclient-3.01.5.ebuild +++ b/net-misc/x2goclient/x2goclient-3.01.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-3.01.5.ebuild,v 1.1 2010/04/29 13:40:04 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-3.01.5.ebuild,v 1.2 2011/08/19 09:55:55 voyageur Exp $ EAPI="3" inherit qt4-r2 versionator @@ -17,10 +17,10 @@ KEYWORDS="~amd64 ~x86" IUSE="cups ldap" DEPEND="net-misc/nx + net-print/cups x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-svg:4 - cups? ( net-print/cups ) ldap? ( net-nds/openldap )" RDEPEND="${DEPEND}" |