diff options
Diffstat (limited to 'gnustep-apps/gnumail/gnumail-1.2.0_pre20050414.ebuild')
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.0_pre20050414.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnustep-apps/gnumail/gnumail-1.2.0_pre20050414.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0_pre20050414.ebuild index 8c18a912753b..e05aaf21ac2a 100644 --- a/gnustep-apps/gnumail/gnumail-1.2.0_pre20050414.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.2.0_pre20050414.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre20050414.ebuild,v 1.3 2005/07/16 15:43:56 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre20050414.ebuild,v 1.1 2005/04/15 05:09:36 fafhrd Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="Sophos.ca:/opt/cvsroot" @@ -22,12 +22,12 @@ KEYWORDS="~x86 ~ppc" LICENSE="GPL-2" SLOT="0" -IUSE="crypt doc emoticon xface" +IUSE="${IUSE} xface crypt emoticon" DEPEND="${GS_DEPEND} =gnustep-libs/pantomime-${PV} gnustep-apps/addresses" RDEPEND="${GS_RDEPEND} - crypt? ( app-crypt/gnupg ) + crypt? app-crypt/gnupg =gnustep-libs/pantomime-${PV} gnustep-apps/addresses" |