summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-14 23:40:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-14 23:40:48 +0000
commiteae2b88792dc8a46839317cd0367308aaa102110 (patch)
treea9798114b8f63ec625cba9e2010d295c2f9a922d /dev-perl/DB_File
parentMoved sys-apps/cpufrequtils to sys-power/cpufrequtils (diff)
downloadgentoo-2-eae2b88792dc8a46839317cd0367308aaa102110.tar.gz
gentoo-2-eae2b88792dc8a46839317cd0367308aaa102110.tar.bz2
gentoo-2-eae2b88792dc8a46839317cd0367308aaa102110.zip
arm/hppa/ia64/m68k/s390/sh KEYWORDS #85185
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/DB_File')
-rw-r--r--dev-perl/DB_File/DB_File-1.811.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-perl/DB_File/DB_File-1.811.ebuild b/dev-perl/DB_File/DB_File-1.811.ebuild
index 234f022fde64..87b1c06bade6 100644
--- a/dev-perl/DB_File/DB_File-1.811.ebuild
+++ b/dev-perl/DB_File/DB_File-1.811.ebuild
@@ -1,21 +1,20 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DB_File/DB_File-1.811.ebuild,v 1.3 2005/03/14 16:44:41 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DB_File/DB_File-1.811.ebuild,v 1.4 2005/03/14 23:40:48 vapier Exp $
inherit perl-module
DESCRIPTION="A Berkeley DB Support Perl Module"
-SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/DB_File/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz"
-SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="x86 sparc ~hppa ~alpha ~ia64 ~ppc amd64 ~mips ppc64"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86"
IUSE=""
-SRC_TEST="do"
+DEPEND="sys-libs/db"
-DEPEND="${DEPEND}
- sys-libs/db"
+SRC_TEST="do"
mydoc="Changes"