diff options
Diffstat (limited to 'net-mail/safecat/safecat-1.12.ebuild')
-rw-r--r-- | net-mail/safecat/safecat-1.12.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-mail/safecat/safecat-1.12.ebuild b/net-mail/safecat/safecat-1.12.ebuild index ac49f8499683..9d1670bf389f 100644 --- a/net-mail/safecat/safecat-1.12.ebuild +++ b/net-mail/safecat/safecat-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.12.ebuild,v 1.2 2006/02/22 17:39:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.12.ebuild,v 1.3 2009/09/23 19:12:45 patrick Exp $ inherit fixheadtails eutils toolchain-funcs flag-o-matic @@ -10,9 +10,8 @@ DESCRIPTION="Safecat implements qmail's maildir algorithm, copying standard inpu HOMEPAGE="http://jeenyus.net/~budney/linux/software/safecat.html" SRC_URI="http://jeenyus.net/~budney/linux/software/${PN}/${P}.tar.gz" -DEPEND="virtual/libc - sys-apps/groff" -RDEPEND="virtual/libc" +DEPEND="sys-apps/groff" +RDEPEND="" SLOT="0" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" |