diff options
Diffstat (limited to 'net-mail/safecat/safecat-1.11.ebuild')
-rw-r--r-- | net-mail/safecat/safecat-1.11.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-mail/safecat/safecat-1.11.ebuild b/net-mail/safecat/safecat-1.11.ebuild index 58e7a95e0ee1..791667d48f73 100644 --- a/net-mail/safecat/safecat-1.11.ebuild +++ b/net-mail/safecat/safecat-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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.11.ebuild,v 1.12 2005/05/01 18:05:38 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.13 2009/09/23 19:12:45 patrick Exp $ inherit fixheadtails eutils toolchain-funcs @@ -10,10 +10,9 @@ DESCRIPTION="Safecat implements qmail's maildir algorithm, copying standard inpu HOMEPAGE="http://budney.homeunix.net:8080/users/budney/linux/software/safecat/" SRC_URI="http://budney.homeunix.net:8080/users/budney/linux/software/${PN}/${P}.tar.gz" -DEPEND="virtual/libc - sys-apps/groff" +DEPEND="sys-apps/groff" +RDEPEND="" -RDEPEND="virtual/libc" SLOT="0" LICENSE="BSD" KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86" |