summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 13:58:02 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 13:58:02 +0000
commit06229d35f14be5f9db88d02fa4b941b2e7704192 (patch)
tree781bff1036fa2139eeeca75347f12332d74cb0ee /dev-perl/Mail-Sendmail
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-06229d35f14be5f9db88d02fa4b941b2e7704192.tar.gz
gentoo-2-06229d35f14be5f9db88d02fa4b941b2e7704192.tar.bz2
gentoo-2-06229d35f14be5f9db88d02fa4b941b2e7704192.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Mail-Sendmail')
-rw-r--r--dev-perl/Mail-Sendmail/ChangeLog6
-rw-r--r--dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/Mail-Sendmail/ChangeLog b/dev-perl/Mail-Sendmail/ChangeLog
index 052b2662208b..26c386e69bbe 100644
--- a/dev-perl/Mail-Sendmail/ChangeLog
+++ b/dev-perl/Mail-Sendmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Mail-Sendmail
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.18 2006/04/21 21:29:27 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.19 2006/08/05 13:58:02 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Mail-Sendmail-0.79.ebuild:
+ Adding perl dep; fixed DEPEND
21 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org>
Mail-Sendmail-0.79.ebuild:
diff --git a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild
index 6bb7473ae107..7b59fdb75d40 100644
--- a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild
+++ b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild,v 1.17 2006/04/21 21:29:27 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild,v 1.18 2006/08/05 13:58:02 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"