summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2008-02-25 17:10:35 +0000
committerPeter Weller <welp@gentoo.org>2008-02-25 17:10:35 +0000
commit2acf036d1acacf13104a471b07ed34cec501a1ef (patch)
treea6025024e4ebaaafd56cd418b28e78c2b20fbde5 /net-im
parentVersion bump. (diff)
downloadgentoo-2-2acf036d1acacf13104a471b07ed34cec501a1ef.tar.gz
gentoo-2-2acf036d1acacf13104a471b07ed34cec501a1ef.tar.bz2
gentoo-2-2acf036d1acacf13104a471b07ed34cec501a1ef.zip
Fix QCA stuff; bug 211405
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/psi/ChangeLog5
-rw-r--r--net-im/psi/psi-0.10-r4.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog
index d8d4311fa649..352d94beb5bc 100644
--- a/net-im/psi/ChangeLog
+++ b/net-im/psi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/psi
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.124 2008/02/21 21:21:41 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.125 2008/02/25 17:10:35 welp Exp $
+
+ 25 Feb 2008; <welp@gentoo.org> psi-0.10-r4.ebuild:
+ Fix QCA stuff; bug 211405
*psi-0.11 (21 Feb 2008)
diff --git a/net-im/psi/psi-0.10-r4.ebuild b/net-im/psi/psi-0.10-r4.ebuild
index ac4c73f52133..fbd7209174b0 100644
--- a/net-im/psi/psi-0.10-r4.ebuild
+++ b/net-im/psi/psi-0.10-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10-r4.ebuild,v 1.1 2008/01/22 10:11:25 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10-r4.ebuild,v 1.2 2008/02/25 17:10:35 welp Exp $
inherit eutils qt3
@@ -243,8 +243,8 @@ src_compile() {
./configure \
--prefix=/usr \
- --with-qca-inc=/usr/include/qca1 \
- --with-qca-lib=/usr/lib/qca1 \
+ --with-qca-inc=/usr/include \
+ --with-qca-lib=/usr/lib \
${myconf} \
|| die "Configure failed"