diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 19:42:53 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 19:42:53 +0000 |
commit | 146d4e8f802ff9f07af3953b9c957fdf8f0642fe (patch) | |
tree | 1e0a50ab674cda5bbecf211ac154fb2f2b51b4fd /perl-core/DB_File/DB_File-1.814.ebuild | |
parent | Marked stable on amd64 per bug# 136765 (diff) | |
download | gentoo-2-146d4e8f802ff9f07af3953b9c957fdf8f0642fe.tar.gz gentoo-2-146d4e8f802ff9f07af3953b9c957fdf8f0642fe.tar.bz2 gentoo-2-146d4e8f802ff9f07af3953b9c957fdf8f0642fe.zip |
Fixed RDEPEND wrt bug #134781; fixed header
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'perl-core/DB_File/DB_File-1.814.ebuild')
-rw-r--r-- | perl-core/DB_File/DB_File-1.814.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-core/DB_File/DB_File-1.814.ebuild b/perl-core/DB_File/DB_File-1.814.ebuild index c057f9c2146d..f56c0d4065e7 100644 --- a/perl-core/DB_File/DB_File-1.814.ebuild +++ b/perl-core/DB_File/DB_File-1.814.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/DB_File/DB_File-1.814.ebuild,v 1.8 2006/02/25 23:36:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.814.ebuild,v 1.9 2006/07/05 19:42:53 ian Exp $ inherit perl-module multilib eutils @@ -14,6 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="sys-libs/db" +RDEPEND="${DEPEND}" SRC_TEST="do" @@ -27,4 +28,4 @@ src_unpack() { fi cd ${S} epatch ${FILESDIR}/DB_File-MakeMaker.patch -} +}
\ No newline at end of file |