diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-08-11 17:52:44 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-08-11 17:52:44 +0000 |
commit | ed05a7a5c86ef734ac0a2b88257f49419b1768ce (patch) | |
tree | 728edea8d3fb4969eb73d78bead5b2b39e50f714 /net-im | |
parent | Fix init and confd scripts, bug #200018 (diff) | |
download | gentoo-2-ed05a7a5c86ef734ac0a2b88257f49419b1768ce.tar.gz gentoo-2-ed05a7a5c86ef734ac0a2b88257f49419b1768ce.tar.bz2 gentoo-2-ed05a7a5c86ef734ac0a2b88257f49419b1768ce.zip |
Fix split qt4 deps wrt bug 217161.
(Portage version: 2.2_rc7/cvs/Linux 2.6.26-hh1 i686)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/psi/psi-0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 6667292134d4..289748b7e22e 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.141 2008/08/07 02:04:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.142 2008/08/11 17:52:44 yngwin Exp $ + + 11 Aug 2008; Ben de Groot <yngwin@gentoo.org> psi-0.11.ebuild: + Fix split qt4 deps wrt bug 217161. 07 Aug 2008; Jeroen Roovers <jer@gentoo.org> -psi-0.12_rc4.ebuild: Remove release candidate. diff --git a/net-im/psi/psi-0.11.ebuild b/net-im/psi/psi-0.11.ebuild index 07c407327487..d8beb2bf6490 100644 --- a/net-im/psi/psi-0.11.ebuild +++ b/net-im/psi/psi-0.11.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.11.ebuild,v 1.9 2008/07/27 22:00:56 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.11.ebuild,v 1.10 2008/08/11 17:52:44 yngwin Exp $ EAPI=1 @@ -16,7 +16,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" RESTRICT="test" -COMMON_DEPEND="x11-libs/qt:4 +COMMON_DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* ) =app-crypt/qca-2* spell? ( app-text/aspell ) xscreensaver? ( x11-libs/libXScrnSaver )" |