summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-07-28 12:38:48 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-07-28 12:38:48 +0000
commit82309e68248ae2d5453a09700a1ba1f24965cfe0 (patch)
tree5da08f87f4fe91b429fff5ddb80ee2ba59748635 /sys-devel
parentVersion bump (diff)
downloadhistorical-82309e68248ae2d5453a09700a1ba1f24965cfe0.tar.gz
historical-82309e68248ae2d5453a09700a1ba1f24965cfe0.tar.bz2
historical-82309e68248ae2d5453a09700a1ba1f24965cfe0.zip
fix DEPEND
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/binutils-2.12.90.0.15.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/binutils/binutils-2.12.90.0.15.ebuild b/sys-devel/binutils/binutils-2.12.90.0.15.ebuild
index 8f3f31de897a..158d12893bfa 100644
--- a/sys-devel/binutils/binutils-2.12.90.0.15.ebuild
+++ b/sys-devel/binutils/binutils-2.12.90.0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.15.ebuild,v 1.1 2002/07/28 07:44:14 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.15.ebuild,v 1.2 2002/07/28 12:38:48 azarah Exp $
# NOTE to Maintainer: ChangeLog states that it no longer use perl to build
# the manpages, but seems this is incorrect ....
@@ -17,9 +17,14 @@ LICENSE="GPL-2|LGPL-2"
KEYWORDS="x86"
DEPEND="virtual/glibc
+ >=sys-apps/portage-2.0.21
nls? ( sys-devel/gettext )
- !build? ( sys-devel/perl )
- !bootstrap? ( sys-devel/perl )"
+ || ( sys-devel/perl
+ ( !build? ( sys-devel/perl ) )
+ ( !bootstrap? ( sys-devel/perl ) )
+ )"
+# This is a hairy one. Basically depend on sys-devel/perl
+# if "build" or "bootstrap" not in USE.
src_compile() {