summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-05 00:24:39 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-05 00:24:39 +0000
commit6b6b7d76594e1f6d8b36fa90ce89b78af4def565 (patch)
tree44961d53da294e9d802c144ba2c3e2a473f8c2e1 /sys-devel/libperl
parentAdd ~ia64 keyword. (diff)
downloadgentoo-2-6b6b7d76594e1f6d8b36fa90ce89b78af4def565.tar.gz
gentoo-2-6b6b7d76594e1f6d8b36fa90ce89b78af4def565.tar.bz2
gentoo-2-6b6b7d76594e1f6d8b36fa90ce89b78af4def565.zip
Removed unnecessary dep on groff; fixes releng problem :)
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'sys-devel/libperl')
-rw-r--r--sys-devel/libperl/ChangeLog8
-rw-r--r--sys-devel/libperl/libperl-5.8.8-r1.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog
index 8452a747870f..ac3691ce65ed 100644
--- a/sys-devel/libperl/ChangeLog
+++ b/sys-devel/libperl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/libperl
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.123 2006/11/19 19:27:21 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.124 2007/01/05 00:24:39 mcummings Exp $
+
+ 05 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ libperl-5.8.8-r1.ebuild:
+ Removed unnecessary dep on groff; fixes releng problem :)
19 Nov 2006; Michael Cummings <mcummings@gentoo.org>
+files/libperl-5.8.8-gcc42-command-line.patch, libperl-5.8.8-r1.ebuild:
diff --git a/sys-devel/libperl/libperl-5.8.8-r1.ebuild b/sys-devel/libperl/libperl-5.8.8-r1.ebuild
index b7f8a1e3bb58..9294be911db1 100644
--- a/sys-devel/libperl/libperl-5.8.8-r1.ebuild
+++ b/sys-devel/libperl/libperl-5.8.8-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.19 2006/11/19 19:27:21 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.20 2007/01/05 00:24:39 mcummings Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -80,8 +80,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc
RESTRICT="test"
-DEPEND="!elibc_uclibc? ( sys-apps/groff )
- berkdb? ( sys-libs/db )
+DEPEND="berkdb? ( sys-libs/db )
gdbm? ( >=sys-libs/gdbm-1.8.0 )
elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs )"