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 | aefacd9f3d237e16a565fe3ad7be1d20009720e7 (patch) | |
tree | 62d30212245fa2a1c45ea6fcd26957117ab5eca4 /sys-devel/libperl/libperl-5.8.7.ebuild | |
parent | Pruned old ebuilds. (diff) | |
download | historical-aefacd9f3d237e16a565fe3ad7be1d20009720e7.tar.gz historical-aefacd9f3d237e16a565fe3ad7be1d20009720e7.tar.bz2 historical-aefacd9f3d237e16a565fe3ad7be1d20009720e7.zip |
- Redisable the groff dep for uclibc. For whatever unsolved reason under sandbox it breaks when building system. bug 98187
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-devel/libperl/libperl-5.8.7.ebuild')
-rw-r--r-- | sys-devel/libperl/libperl-5.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libperl/libperl-5.8.7.ebuild b/sys-devel/libperl/libperl-5.8.7.ebuild index 75fcbd493de2..ae59b875ed78 100644 --- a/sys-devel/libperl/libperl-5.8.7.ebuild +++ b/sys-devel/libperl/libperl-5.8.7.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.7.ebuild,v 1.1 2005/06/29 22:13:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.2 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 ~spar 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 )" |