diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 20:05:40 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 20:05:40 +0000 |
commit | b800c24d1219c98f158aab9587c082de8258a342 (patch) | |
tree | 45889b2f44ba219edfd69fb353ffe7070c025a38 /perl-core/digest-base/digest-base-1.15.ebuild | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | historical-b800c24d1219c98f158aab9587c082de8258a342.tar.gz historical-b800c24d1219c98f158aab9587c082de8258a342.tar.bz2 historical-b800c24d1219c98f158aab9587c082de8258a342.zip |
Fixed RDEPEND wrt bug #134781; fixed header
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'perl-core/digest-base/digest-base-1.15.ebuild')
-rw-r--r-- | perl-core/digest-base/digest-base-1.15.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-core/digest-base/digest-base-1.15.ebuild b/perl-core/digest-base/digest-base-1.15.ebuild index 82d86f4a2262..c2c7b3877ec2 100644 --- a/perl-core/digest-base/digest-base-1.15.ebuild +++ b/perl-core/digest-base/digest-base-1.15.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/perl-core/digest-base/digest-base-1.15.ebuild,v 1.1 2006/05/21 17:39:59 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.15.ebuild,v 1.2 2006/07/05 20:04:01 ian Exp $ inherit perl-module @@ -17,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="" DEPEND="virtual/perl-MIME-Base64" +RDEPEND="${DEPEND}" SRC_TEST="do" -mydoc="rfc*.txt" +mydoc="rfc*.txt"
\ No newline at end of file |