diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:09:56 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:09:56 +0000 |
commit | 1c8fee30f1a29f299efdacc1d0a555b0cc6c5c9a (patch) | |
tree | 6e9c3a3d32e0a18d4c4f58f5c13266f1bff5020a /dev-perl/X500-DN | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-1c8fee30f1a29f299efdacc1d0a555b0cc6c5c9a.tar.gz gentoo-2-1c8fee30f1a29f299efdacc1d0a555b0cc6c5c9a.tar.bz2 gentoo-2-1c8fee30f1a29f299efdacc1d0a555b0cc6c5c9a.zip |
Fixed RDEPEND wrt bug #134781; fixed header
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/X500-DN')
-rw-r--r-- | dev-perl/X500-DN/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/X500-DN/X500-DN-0.28.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/X500-DN/ChangeLog b/dev-perl/X500-DN/ChangeLog index 01bbb9421a69..40f7e686b579 100644 --- a/dev-perl/X500-DN/ChangeLog +++ b/dev-perl/X500-DN/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/X500-DN -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X500-DN/ChangeLog,v 1.9 2005/09/17 00:46:59 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X500-DN/ChangeLog,v 1.10 2006/07/05 13:09:56 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> X500-DN-0.28.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> X500-DN-0.28.ebuild: Mark 0.28 stable on ia64 diff --git a/dev-perl/X500-DN/X500-DN-0.28.ebuild b/dev-perl/X500-DN/X500-DN-0.28.ebuild index 97f0816dc319..123afd3bc6d1 100644 --- a/dev-perl/X500-DN/X500-DN-0.28.ebuild +++ b/dev-perl/X500-DN/X500-DN-0.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X500-DN/X500-DN-0.28.ebuild,v 1.12 2005/09/17 00:46:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X500-DN/X500-DN-0.28.ebuild,v 1.13 2006/07/05 13:09:56 ian Exp $ inherit perl-module DESCRIPTION="handle X.500 DNs (Distinguished Names), parse and format them" @@ -17,3 +17,4 @@ SRC_TEST="do" export OPTIMIZE="${CFLAGS}" DEPEND="dev-perl/Parse-RecDescent" +RDEPEND="${DEPEND}" |