diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 02:31:30 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 02:31:30 +0000 |
commit | ce04664f7a485594d95199b3e4be808f6f1f6db8 (patch) | |
tree | 299a515b7556645a67da390e3e1c2363c26101f6 /net-im/psi/psi-0.9.ebuild | |
parent | Remove need-qt function, put dep directly in ebuild (diff) | |
download | historical-ce04664f7a485594d95199b3e4be808f6f1f6db8.tar.gz historical-ce04664f7a485594d95199b3e4be808f6f1f6db8.tar.bz2 historical-ce04664f7a485594d95199b3e4be808f6f1f6db8.zip |
move need-qt dep over to direct within the ebuild
Diffstat (limited to 'net-im/psi/psi-0.9.ebuild')
-rw-r--r-- | net-im/psi/psi-0.9.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-im/psi/psi-0.9.ebuild b/net-im/psi/psi-0.9.ebuild index f2f428cd8aa6..27094f9003e4 100644 --- a/net-im/psi/psi-0.9.ebuild +++ b/net-im/psi/psi-0.9.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.ebuild,v 1.6 2003/10/21 00:56:16 luke-jr Exp $ -inherit kde-functions - +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.ebuild,v 1.7 2004/01/04 02:31:23 caleb Exp $ IUSE="ssl crypt" S=${WORKDIR}/${P} @@ -16,10 +14,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" -need-qt 3 - -newdepend "ssl? ( >=dev-libs/openssl-0.9.6c ) - crypt? ( >=app-crypt/gnupg-1.2.2 )" +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c ) + crypt? ( >=app-crypt/gnupg-1.2.2 ) + >=x11-libs/qt-3" src_unpack() { |