summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-04 07:01:33 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-04 07:01:33 +0000
commitbcb72844e80e28fd87e17bc37d5ccc31e8ee5e8f (patch)
tree6d21a44eef754805a62e47586776abfdcac42fb9 /dev-perl/Crypt-Cracklib
parentFixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND (diff)
downloadgentoo-2-bcb72844e80e28fd87e17bc37d5ccc31e8ee5e8f.tar.gz
gentoo-2-bcb72844e80e28fd87e17bc37d5ccc31e8ee5e8f.tar.bz2
gentoo-2-bcb72844e80e28fd87e17bc37d5ccc31e8ee5e8f.zip
Fixed RDEPEND wrt bug #134781; fixed DEPEND
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Crypt-Cracklib')
-rw-r--r--dev-perl/Crypt-Cracklib/ChangeLog6
-rw-r--r--dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Crypt-Cracklib/ChangeLog b/dev-perl/Crypt-Cracklib/ChangeLog
index 4dd619479ca9..c5ecdbdccd1d 100644
--- a/dev-perl/Crypt-Cracklib/ChangeLog
+++ b/dev-perl/Crypt-Cracklib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Crypt-Cracklib
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/ChangeLog,v 1.6 2006/03/30 22:25:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/ChangeLog,v 1.7 2006/07/04 07:01:33 ian Exp $
+
+ 04 Jul 2006; Christian Hartmann <ian@gentoo.org>
+ Crypt-Cracklib-0.01.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed DEPEND
30 Mar 2006; Aron Griffis <agriffis@gentoo.org>
Crypt-Cracklib-0.01.ebuild:
diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild
index 41af0f104c3e..24298e37bc49 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.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/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild,v 1.8 2006/03/30 22:25:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild,v 1.9 2006/07/04 07:01:33 ian Exp $
inherit perl-module
@@ -16,8 +16,8 @@ KEYWORDS="~ia64 x86"
IUSE=""
mydoc="Changes"
-DEPEND="${DEPEND}
- sys-libs/cracklib"
+DEPEND="sys-libs/cracklib"
+RDEPEND="${DEPEND}"
src_compile() {
# this ebuild is very non-standard it seems
@@ -28,4 +28,4 @@ src_compile() {
src_install() {
myinst="DESTDIR=${D}"
perl-module_src_install
-}
+} \ No newline at end of file