diff options
author | Peter Volkov <pva@gentoo.org> | 2009-02-18 14:35:45 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-02-18 14:35:45 +0000 |
commit | 4597d12a6dbf577704d0c8219538448c5cc16467 (patch) | |
tree | 5c4d8f3aab7c7e73fe086f31ede1b45a1ce8cb14 /net-im/psi/psi-0.10-r4.ebuild | |
parent | Added ur_PK, Urdu language locale for Pakistan. (diff) | |
download | gentoo-2-4597d12a6dbf577704d0c8219538448c5cc16467.tar.gz gentoo-2-4597d12a6dbf577704d0c8219538448c5cc16467.tar.bz2 gentoo-2-4597d12a6dbf577704d0c8219538448c5cc16467.zip |
Version bump: this release fixes security issue, bug #252830, thank Alex Legler for report. Added support for localizations, #222385, thank Davide Pesavento and Tomáš Chvátal for the work. Fixed compatibility issue with qt-4.5, #258992, thank Azamat H. Hackimov for report and digging patch. In psi-0.10-r4 updated paths as reported in bug #207169, thank Boris Petersen.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-im/psi/psi-0.10-r4.ebuild')
-rw-r--r-- | net-im/psi/psi-0.10-r4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/psi/psi-0.10-r4.ebuild b/net-im/psi/psi-0.10-r4.ebuild index 2e6372089f69..188c561345fe 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 +# Copyright 1999-2009 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.3 2008/07/27 22:00:56 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10-r4.ebuild,v 1.4 2009/02/18 14:35:44 pva Exp $ EAPI=1 @@ -245,8 +245,8 @@ src_compile() { ./configure \ --prefix=/usr \ - --with-qca-inc=/usr/include \ - --with-qca-lib=/usr/lib \ + --with-qca-inc=/usr/include/qca1 \ + --with-qca-lib=/usr/lib/qca1 \ ${myconf} \ || die "Configure failed" |