summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2003-02-01 20:14:48 +0000
committerDan Armak <danarmak@gentoo.org>2003-02-01 20:14:48 +0000
commit6ba9a6699e8393a5f74863c43f21384055823281 (patch)
tree5071d4be5d6d04c7ac322bc7b81b4bc7ba2d84e3 /net-im/psi
parentAdded ~sparc keywords (diff)
downloadhistorical-6ba9a6699e8393a5f74863c43f21384055823281.tar.gz
historical-6ba9a6699e8393a5f74863c43f21384055823281.tar.bz2
historical-6ba9a6699e8393a5f74863c43f21384055823281.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/ChangeLog7
-rw-r--r--net-im/psi/psi-0.8.7.ebuild8
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() {