diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-08-25 16:12:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-08-25 16:12:16 +0000 |
commit | 75fe28153d7dbb3a2adad5519691fa368d9def3b (patch) | |
tree | 941e5090d5c2f2192b6d6f880170155d2909b6b6 /net-im/psi | |
parent | Updates (diff) | |
download | gentoo-2-75fe28153d7dbb3a2adad5519691fa368d9def3b.tar.gz gentoo-2-75fe28153d7dbb3a2adad5519691fa368d9def3b.tar.bz2 gentoo-2-75fe28153d7dbb3a2adad5519691fa368d9def3b.zip |
change qt dep from =* to >= so that qt-5, the cvs ebuild, can satisfy it
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/psi/psi-0.8.6.ebuild | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 475ff9bb966b..5f9e1211c02b 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/psi -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.3 2002/07/09 10:47:23 verwilst Exp $ +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.4 2002/08/25 16:12:16 danarmak Exp $ + + 25 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Change qt dep to >= so that qt-5, the cvs ebuilds, can satisfy it. It will be ok + until qt 4.x is released; we should have slot-dependencies working before then. *psi-0.8.6 (9 July 2002) diff --git a/net-im/psi/psi-0.8.6.ebuild b/net-im/psi/psi-0.8.6.ebuild index f57b6c7049e8..00f6a8bf78f8 100644 --- a/net-im/psi/psi-0.8.6.ebuild +++ b/net-im/psi/psi-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.6.ebuild,v 1.3 2002/07/17 09:08:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.6.ebuild,v 1.4 2002/08/25 16:12:16 danarmak Exp $ S=${WORKDIR}/${P} QV="1.0" @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="=x11-libs/qt-3* +DEPEND=">=x11-libs/qt-3 ssl? ( >=dev-libs/openssl-0.9.6c )" src_compile() { |