diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 13:32:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 13:32:32 +0000 |
commit | 730d1dd13d51a01c3ea572d84639a6f4f64ea966 (patch) | |
tree | 28a0c89dd53a2f5fd5543a4567cce303d739336c /net-mail/xfmail | |
parent | unmask (diff) | |
download | gentoo-2-730d1dd13d51a01c3ea572d84639a6f4f64ea966.tar.gz gentoo-2-730d1dd13d51a01c3ea572d84639a6f4f64ea966.tar.bz2 gentoo-2-730d1dd13d51a01c3ea572d84639a6f4f64ea966.zip |
unmask, changelog and repoman fixes
Diffstat (limited to 'net-mail/xfmail')
-rw-r--r-- | net-mail/xfmail/xfmail-1.5.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/xfmail/xfmail-1.5.4-r1.ebuild b/net-mail/xfmail/xfmail-1.5.4-r1.ebuild index f3f8bade2f6e..aecf9097f438 100644 --- a/net-mail/xfmail/xfmail-1.5.4-r1.ebuild +++ b/net-mail/xfmail/xfmail-1.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.4-r1.ebuild,v 1.2 2003/02/17 15:03:43 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.4-r1.ebuild,v 1.3 2003/07/13 13:32:32 aliz Exp $ IUSE="ldap" S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="http://xfmail.precision-eng.net/release/${PV}/source/${P}-1.tar.bz2 HOMEPAGE="http://www.xfmail.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" DEPEND="virtual/x11 >=x11-libs/xforms-1.0_rc4 ldap? ( >=net-nds/openldap-2.0.11 )" |