diff options
author | Ned Ludd <solar@gentoo.org> | 2005-07-20 12:32:21 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-07-20 12:32:21 +0000 |
commit | 390bb7bd448556bb8ef36c3f7734b12a29375755 (patch) | |
tree | 3ecd688def98b2af6916840be8a0792556c9572c /sys-devel/libperl/libperl-5.8.6-r1.ebuild | |
parent | Pruned old ebuilds. (diff) | |
download | gentoo-2-390bb7bd448556bb8ef36c3f7734b12a29375755.tar.gz gentoo-2-390bb7bd448556bb8ef36c3f7734b12a29375755.tar.bz2 gentoo-2-390bb7bd448556bb8ef36c3f7734b12a29375755.zip |
- Redisable the groff dep for uclibc. For whatever unsolved reason under sandbox it breaks when building system. bug 98187
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/libperl/libperl-5.8.6-r1.ebuild')
-rw-r--r-- | sys-devel/libperl/libperl-5.8.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libperl/libperl-5.8.6-r1.ebuild b/sys-devel/libperl/libperl-5.8.6-r1.ebuild index fcd56481ce81..701b854638ce 100644 --- a/sys-devel/libperl/libperl-5.8.6-r1.ebuild +++ b/sys-devel/libperl/libperl-5.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6-r1.ebuild,v 1.8 2005/07/07 18:52:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6-r1.ebuild,v 1.9 2005/07/20 12:32:21 solar Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -80,7 +80,7 @@ KEYWORDS="alpha ~amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" RESTRICT="test" -DEPEND="!nocxx? ( sys-apps/groff ) +DEPEND="!nocxx? ( !elibc_uclibc? ( sys-apps/groff ) ) berkdb? ( sys-libs/db ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" |