diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-27 21:56:13 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-27 21:56:13 +0000 |
commit | e2f0acddfa345f403ace5866d39d178169f280cc (patch) | |
tree | 46e4e02fb206f363dcaf050037fd92f8a059a2f6 /mail-client | |
parent | another fix for modular X deps (diff) | |
download | gentoo-2-e2f0acddfa345f403ace5866d39d178169f280cc.tar.gz gentoo-2-e2f0acddfa345f403ace5866d39d178169f280cc.tar.bz2 gentoo-2-e2f0acddfa345f403ace5866d39d178169f280cc.zip |
another fix for modular X deps
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/xfmail/xfmail-1.5.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail-client/xfmail/xfmail-1.5.5.ebuild b/mail-client/xfmail/xfmail-1.5.5.ebuild index afd97e277562..0dbc559121ec 100644 --- a/mail-client/xfmail/xfmail-1.5.5.ebuild +++ b/mail-client/xfmail/xfmail-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/xfmail/xfmail-1.5.5.ebuild,v 1.2 2006/01/27 17:09:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/xfmail/xfmail-1.5.5.ebuild,v 1.3 2006/01/27 21:56:13 ticho Exp $ IUSE="ldap" DESCRIPTION="A full-featured mail program using XForms" @@ -9,9 +9,8 @@ HOMEPAGE="http://www.xfmail.org" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc" -RDEPEND="|| ( ( x11-libs/libX11 - x11-libs/libICE - x11-libs/libXpm ) +RDEPEND="|| ( ( x11-libs/libXpm + x11-libs/libSM ) virtual/x11 ) =dev-libs/glib-1.2* sys-libs/gdbm |