diff options
author | 2005-07-25 17:44:16 +0000 | |
---|---|---|
committer | 2005-07-25 17:44:16 +0000 | |
commit | 9f883076cb86bed0982b5daad9208019d930ced5 (patch) | |
tree | d5c257ec9248cbe1d040f96f7bb428a3bfd732dd /net-nds/luma/luma-2.1.3.ebuild | |
parent | Change qt dep per bug #100235 (diff) | |
download | historical-9f883076cb86bed0982b5daad9208019d930ced5.tar.gz historical-9f883076cb86bed0982b5daad9208019d930ced5.tar.bz2 historical-9f883076cb86bed0982b5daad9208019d930ced5.zip |
Change qt dep per bug #100235
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-nds/luma/luma-2.1.3.ebuild')
-rw-r--r-- | net-nds/luma/luma-2.1.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-nds/luma/luma-2.1.3.ebuild b/net-nds/luma/luma-2.1.3.ebuild index 6b2499d00a4d..f53b74e0f303 100644 --- a/net-nds/luma/luma-2.1.3.ebuild +++ b/net-nds/luma/luma-2.1.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.1.3.ebuild,v 1.4 2005/06/17 21:05:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.1.3.ebuild,v 1.5 2005/07/25 17:44:16 caleb Exp $ -inherit eutils +inherit eutils qt3 DESCRIPTION="Luma is a graphical utility for accessing and managing data stored on LDAP servers." HOMEPAGE="http://luma.sourceforge.net/" @@ -13,12 +13,12 @@ SLOT="0" KEYWORDS="ppc ~sparc x86" IUSE="samba" -RDEPEND=">=x11-libs/qt-3.2 +RDEPEND="$(qt_min_version 3.2) >=dev-lang/python-2.3 >=dev-python/PyQt-3.10 >=dev-python/python-ldap-2.0.1 samba? ( >=dev-python/py-smbpasswd-1.0 )" -DEPEND=">=x11-libs/qt-3.2 +DEPEND="$(qt_min_version 3.2) >=dev-lang/python-2.3 >=dev-python/PyQt-3.10 >=dev-python/python-ldap-2.0.1 |