diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:07:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:07:51 +0000 |
commit | 87dbac6c499d0cb6076568cf8d74a2aed948c6a5 (patch) | |
tree | 1bfd331985608836acee621a7c48f17f91b1109d /net-mail/pop3vscan | |
parent | Added sparc and sparc64 KEYWORDS. (diff) | |
download | historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.tar.gz historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.tar.bz2 historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.zip |
repoman'd
Diffstat (limited to 'net-mail/pop3vscan')
-rw-r--r-- | net-mail/pop3vscan/pop3vscan-0.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mail/pop3vscan/pop3vscan-0.4.ebuild b/net-mail/pop3vscan/pop3vscan-0.4.ebuild index 684276c990d7..18c95fa02bba 100644 --- a/net-mail/pop3vscan/pop3vscan-0.4.ebuild +++ b/net-mail/pop3vscan/pop3vscan-0.4.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4.ebuild,v 1.2 2002/07/10 21:32:18 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4.ebuild,v 1.3 2002/07/17 05:07:51 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A transparent POP3-Proxy with virus-scanning capabilities." SRC_URI="mirror://sourceforge/pop3vscan/${P}.tar.gz" HOMEPAGE="pop3vscan.sf.net" -LICENSE="GPL-2" + DEPEND="net-mail/ripmime" -RDEPEND="${DEPEND} - sys-apps/iptables" +RDEPEND="sys-apps/iptables" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { make || die |