summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-04 07:51:11 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-04 07:51:11 +0000
commitc0d638da79d957fa36db4fbf43f84f18947d3c90 (patch)
treeb1d3a9e61450053c8dccb62f8ef0e50f28619e12 /dev-perl/Eidetic
parentFixed RDEPEND wrt bug #134781 (diff)
downloadgentoo-2-c0d638da79d957fa36db4fbf43f84f18947d3c90.tar.gz
gentoo-2-c0d638da79d957fa36db4fbf43f84f18947d3c90.tar.bz2
gentoo-2-c0d638da79d957fa36db4fbf43f84f18947d3c90.zip
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Eidetic')
-rw-r--r--dev-perl/Eidetic/ChangeLog5
-rw-r--r--dev-perl/Eidetic/Eidetic-2.003003.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Eidetic/ChangeLog b/dev-perl/Eidetic/ChangeLog
index a1fae296f9e8..54c6d020a14d 100644
--- a/dev-perl/Eidetic/ChangeLog
+++ b/dev-perl/Eidetic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Eidetic
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/ChangeLog,v 1.4 2006/03/30 22:33:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/ChangeLog,v 1.5 2006/07/04 07:51:11 ian Exp $
+
+ 04 Jul 2006; Christian Hartmann <ian@gentoo.org> Eidetic-2.003003.ebuild:
+ Fixed RDEPEND wrt bug #134781
30 Mar 2006; Aron Griffis <agriffis@gentoo.org> Eidetic-2.003003.ebuild:
Mark 2.003003 ~ia64
diff --git a/dev-perl/Eidetic/Eidetic-2.003003.ebuild b/dev-perl/Eidetic/Eidetic-2.003003.ebuild
index 5ad472a7ea45..47e7df9ec4a9 100644
--- a/dev-perl/Eidetic/Eidetic-2.003003.ebuild
+++ b/dev-perl/Eidetic/Eidetic-2.003003.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/Eidetic/Eidetic-2.003003.ebuild,v 1.5 2006/03/30 22:33:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/Eidetic-2.003003.ebuild,v 1.6 2006/07/04 07:51:11 ian Exp $
inherit perl-module webapp eutils
@@ -25,7 +25,7 @@ DEPEND="dev-lang/perl
dev-perl/Crypt-SmbHash
mysql? ( dev-db/mysql )
auth? ( dev-perl/Apache-AuthTicket )"
-RDEPEND=""
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
@@ -73,4 +73,4 @@ pkg_postinst() {
einfo "cookie authorization with Apache-AuthTicket. Please be sure"
einfo "to read it!"
fi
-}
+} \ No newline at end of file