summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-29 12:36:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-29 12:36:37 +0000
commit684c2a46d6ca15600e328ccb05122ad4ab9bbca6 (patch)
tree37af23789908e74c733df928dd1db4df32327b83
parentuser submission #2940: emulator for radioshack trs80 with a model 4p rom and ... (diff)
downloadgentoo-2-684c2a46d6ca15600e328ccb05122ad4ab9bbca6.tar.gz
gentoo-2-684c2a46d6ca15600e328ccb05122ad4ab9bbca6.tar.bz2
gentoo-2-684c2a46d6ca15600e328ccb05122ad4ab9bbca6.zip
adjusted DEPEND for hesiod
-rw-r--r--net-mail/sendmail/ChangeLog7
-rw-r--r--net-mail/sendmail/sendmail-8.12.4-r2.ebuild17
2 files changed, 14 insertions, 10 deletions
diff --git a/net-mail/sendmail/ChangeLog b/net-mail/sendmail/ChangeLog
index 83aeb88ff896..d7667aac323a 100644
--- a/net-mail/sendmail/ChangeLog
+++ b/net-mail/sendmail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/ChangeLog,v 1.5 2002/06/27 16:29:56 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/ChangeLog,v 1.6 2002/06/29 12:36:37 seemant Exp $
+
+ 29 Jun 2002; Seemant Kulleen <seemant@gentoo.org> sendmail-8.12.4-r2.ebuild:
+
+ Changed net-misc/hesiod to net-dns/hesiod per bug #4321 by
+ simons+gentoo@cryp.to (Peter Simons)
27 Jun 2002; Grant Goodyear <g2boojum@gentoo.org> sendmail-8.12.4-r2.ebuild:
diff --git a/net-mail/sendmail/sendmail-8.12.4-r2.ebuild b/net-mail/sendmail/sendmail-8.12.4-r2.ebuild
index 5b814034dced..1d756dfcbfa5 100644
--- a/net-mail/sendmail/sendmail-8.12.4-r2.ebuild
+++ b/net-mail/sendmail/sendmail-8.12.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/sendmail-8.12.4-r2.ebuild,v 1.1 2002/06/27 16:29:56 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/sendmail-8.12.4-r2.ebuild,v 1.2 2002/06/29 12:36:37 seemant Exp $
DESCRIPTION="Widely-used Mail Transport Agent (MTA)."
HOMEPAGE="http://www.sendmail.org"
@@ -8,14 +8,13 @@ LICENSE="Sendmail"
SLOT="0"
PROVIDE="virtual/mta"
-DEPEND="virtual/glibc
- net-misc/hesiod
- sys-libs/gdbm
- sys-devel/m4
- sasl? ( dev-libs/cyrus-sasl )
- tcpd? ( sys-apps/tcp-wrappers )
- ssl? ( dev-libs/openssl )
- ldap? ( net-nds/openldap )"
+DEPEND="net-dns/hesiod
+ sys-libs/gdbm
+ sys-devel/m4
+ sasl? ( dev-libs/cyrus-sasl )
+ tcpd? ( sys-apps/tcp-wrappers )
+ ssl? ( dev-libs/openssl )
+ ldap? ( net-nds/openldap )"
# We need some db; pick gdbm if none in USE
if [ -n "`use gdbm`" ]