summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-06-22 06:14:09 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-06-22 06:14:09 +0000
commit46781f43314e100816f7a12b0a8cb28ec5e37eb8 (patch)
tree32831298b3dbec53d43d91c31c3a1dd811c7f2e5 /sys-devel/libperl
parentamd64 and db fix (diff)
downloadgentoo-2-46781f43314e100816f7a12b0a8cb28ec5e37eb8.tar.gz
gentoo-2-46781f43314e100816f7a12b0a8cb28ec5e37eb8.tar.bz2
gentoo-2-46781f43314e100816f7a12b0a8cb28ec5e37eb8.zip
amd64
Diffstat (limited to 'sys-devel/libperl')
-rw-r--r--sys-devel/libperl/Manifest2
-rw-r--r--sys-devel/libperl/libperl-5.8.0.ebuild9
2 files changed, 6 insertions, 5 deletions
diff --git a/sys-devel/libperl/Manifest b/sys-devel/libperl/Manifest
index 3e5173906dd0..67adf3fc7d2e 100644
--- a/sys-devel/libperl/Manifest
+++ b/sys-devel/libperl/Manifest
@@ -1,4 +1,4 @@
MD5 6629516ddef0983cb463ba2475cb457f ChangeLog 1632
-MD5 30a85c40c37852e5964330a943540540 libperl-5.8.0.ebuild 13351
+MD5 8934d6dc2e238f5253df4bcb05eb8ae6 libperl-5.8.0.ebuild 13410
MD5 8605f033c451df987f4631bbf9d7b481 files/digest-libperl-5.8.0 64
MD5 d2af75f06a64c5934db314ff38939cdd files/libperl-5.8.0-create-libperl-soname.patch 424
diff --git a/sys-devel/libperl/libperl-5.8.0.ebuild b/sys-devel/libperl/libperl-5.8.0.ebuild
index b5a5137e1f21..4aa61d914741 100644
--- a/sys-devel/libperl/libperl-5.8.0.ebuild
+++ b/sys-devel/libperl/libperl-5.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.0.ebuild,v 1.12 2003/05/19 00:43:19 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.0.ebuild,v 1.13 2003/06/22 06:13:34 drobbins Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -83,10 +83,10 @@ fi
LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}"
LICENSE="Artistic GPL-2"
-KEYWORDS="x86 sparc ppc alpha mips hppa arm"
+KEYWORDS="amd64 x86 sparc ppc alpha mips hppa arm"
DEPEND="sys-apps/groff
- berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 )
+ berkdb? ( amd64? sys-libs/db : ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) )
gdbm? ( >=sys-libs/gdbm-1.8.0 )
>=sys-apps/portage-2.0.45-r4"
if [ "${PN}" = "perl" ]
@@ -95,7 +95,8 @@ then
=sys-devel/libperl-${PV}*"
fi
-RDEPEND="berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 )
+RDEPEND="
+ berkdb? ( amd64? sys-libs/db : ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) )
gdbm? ( >=sys-libs/gdbm-1.8.0 )"
if [ "${PN}" = "libperl" ]