diff options
author | Dan Armak <danarmak@gentoo.org> | 2003-02-01 20:14:48 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2003-02-01 20:14:48 +0000 |
commit | 1efeb000c6e321b22389ff16bcb27a8273b28ffc (patch) | |
tree | d82511e46ee8027a61e399f860318723e88c66d6 /net-im/psi | |
parent | Added ~sparc keywords (diff) | |
download | gentoo-2-1efeb000c6e321b22389ff16bcb27a8273b28ffc.tar.gz gentoo-2-1efeb000c6e321b22389ff16bcb27a8273b28ffc.tar.bz2 gentoo-2-1efeb000c6e321b22389ff16bcb27a8273b28ffc.zip |
fix bug #13957: inherit kde-functions and use set-qtdir to get the qt sandbox fix.
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/psi/psi-0.8.7.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 21b437130223..1bb144fa0080 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 v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.9 2002/12/06 14:11:05 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.10 2003/02/01 20:14:48 danarmak Exp $ + + 01 Feb 2003; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Hopefully fix bug #13957 - use need-qt() from kde-functions.eclass toget + the sandbox fix for qt apps. 6 Dec 2002; Bart Verwilst <verwilst@gentoo.org> : Added a patch that shows "Gentoo Linux" as OS instead of "Linux" :o) diff --git a/net-im/psi/psi-0.8.7.ebuild b/net-im/psi/psi-0.8.7.ebuild index 54a4a7376ecb..225526baef03 100644 --- a/net-im/psi/psi-0.8.7.ebuild +++ b/net-im/psi/psi-0.8.7.ebuild @@ -1,6 +1,7 @@ # 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.7.ebuild,v 1.4 2002/12/06 14:11:05 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.7.ebuild,v 1.5 2003/02/01 20:14:48 danarmak Exp $ +inherit kde-functions IUSE="ssl" @@ -15,8 +16,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" -DEPEND=">=x11-libs/qt-3 - ssl? ( >=dev-libs/openssl-0.9.6c )" +need-qt 3 + +newdepend "ssl? ( >=dev-libs/openssl-0.9.6c )" src_unpack() { |