diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 09:26:15 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 09:26:15 +0000 |
commit | 352dcbfdadc445786874d5a9d70358b949901ac9 (patch) | |
tree | 644da7ce4357b8230a126aaa954db5f27afaca1a /app-shells/smrsh | |
parent | Version bumped. Moved from x11-misc, bug #51032 (Manifest recommit) (diff) | |
download | gentoo-2-352dcbfdadc445786874d5a9d70358b949901ac9.tar.gz gentoo-2-352dcbfdadc445786874d5a9d70358b949901ac9.tar.bz2 gentoo-2-352dcbfdadc445786874d5a9d70358b949901ac9.zip |
move sendmail
Diffstat (limited to 'app-shells/smrsh')
-rw-r--r-- | app-shells/smrsh/smrsh-8.12.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/smrsh/smrsh-8.12.10.ebuild b/app-shells/smrsh/smrsh-8.12.10.ebuild index 7f7d690b4d9e..b92947c4138b 100644 --- a/app-shells/smrsh/smrsh-8.12.10.ebuild +++ b/app-shells/smrsh/smrsh-8.12.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/smrsh-8.12.10.ebuild,v 1.2 2004/02/12 22:45:44 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/smrsh-8.12.10.ebuild,v 1.3 2004/05/30 09:21:49 robbat2 Exp $ DESCRIPTION="Sendmail restricted shell, for use with MTAs other than Sendmail." HOMEPAGE="http://www.sendmail.org" @@ -13,7 +13,7 @@ KEYWORDS="x86" DEPEND="sys-devel/m4 >=sys-apps/sed-4" RDEPEND="${DEPEND} - !net-mail/sendmail" + !mail-mta/sendmail" S="${WORKDIR}/sendmail-${PV}" |