diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
commit | 0630e35e86283e37894a93aa49bf5e28a6da528d (patch) | |
tree | 210bfaf068600312542bd42e3b737414d737b33d /net-im/psi | |
parent | Fixed bug #980 (diff) | |
download | historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.gz historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.bz2 historical-0630e35e86283e37894a93aa49bf5e28a6da528d.zip |
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/psi-0.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/psi/psi-0.8.4.ebuild b/net-im/psi/psi-0.8.4.ebuild index de008bb85782..fa4278c56a78 100644 --- a/net-im/psi/psi-0.8.4.ebuild +++ b/net-im/psi/psi-0.8.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.4.ebuild,v 1.4 2002/02/09 11:47:57 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.4.ebuild,v 1.5 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} SRC_URI="http://www.affinix.com/~justin/programs/psi/${P}.tar.bz2" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.affinix.com/~justin/programs/psi/" SLOT="0" DEPEND="virtual/glibc =x11-libs/qt-3* - ssl? ( >=dev-libs/openssl-0.9.c )" + ssl? ( >=dev-libs/openssl-0.9c )" src_compile() { |