diff options
author | Peter Volkov <pva@gentoo.org> | 2009-11-15 14:34:39 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-11-15 14:34:39 +0000 |
commit | 016ea358edc60e8ffa1e78bc87c4f34e6919e4d5 (patch) | |
tree | 5c35e6ce9f29bce43a5cdd8d14b176c24c2b0885 /net-im/psi | |
parent | Make PYTHON() support multilib systems. Improve output of python_convert_sheb... (diff) | |
download | gentoo-2-016ea358edc60e8ffa1e78bc87c4f34e6919e4d5.tar.gz gentoo-2-016ea358edc60e8ffa1e78bc87c4f34e6919e4d5.tar.bz2 gentoo-2-016ea358edc60e8ffa1e78bc87c4f34e6919e4d5.zip |
Finally updated qca deps, bug #272716, thank Nikoli for report.
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/psi/psi-0.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 50ad0a212ad0..331363e05e68 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/psi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.172 2009/11/13 10:10:08 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.173 2009/11/15 14:34:39 pva Exp $ + + 15 Nov 2009; Peter Volkov <pva@gentoo.org> psi-0.12.1.ebuild: + Finally updated qca deps, bug #272716, thank Nikoli for report. *psi-0.14_rc1 (13 Nov 2009) diff --git a/net-im/psi/psi-0.12.1.ebuild b/net-im/psi/psi-0.12.1.ebuild index e6613a5654d6..f1b8cf2ee243 100644 --- a/net-im/psi/psi-0.12.1.ebuild +++ b/net-im/psi/psi-0.12.1.ebuild @@ -1,6 +1,6 @@ # 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.12.1.ebuild,v 1.9 2009/03/23 10:11:10 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.12.1.ebuild,v 1.10 2009/11/15 14:34:39 pva Exp $ EAPI="2" @@ -26,7 +26,7 @@ for LNG in ${LANGS}; do done COMMON_DEPEND=">=x11-libs/qt-gui-4.4:4[qt3support,dbus?] - app-crypt/qca:2 + >=app-crypt/qca-2.0.2:2 spell? ( app-text/aspell ) xscreensaver? ( x11-libs/libXScrnSaver )" |