summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-15 19:27:22 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-15 19:27:22 +0000
commitefb5c8b50ef6b6a03be7991e497fbfd519185f83 (patch)
treea35f4c8477812649f94bde393f5809fa10490029 /sys-apps/iproute2
parentsmall src_uri typo (diff)
downloadgentoo-2-efb5c8b50ef6b6a03be7991e497fbfd519185f83.tar.gz
gentoo-2-efb5c8b50ef6b6a03be7991e497fbfd519185f83.tar.bz2
gentoo-2-efb5c8b50ef6b6a03be7991e497fbfd519185f83.zip
removed tetex dep, was pullin in tetex and xfree into emerge system
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r--sys-apps/iproute2/iproute2-2.2.4-r3.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/iproute2/iproute2-2.2.4-r3.ebuild b/sys-apps/iproute2/iproute2-2.2.4-r3.ebuild
index e5a7c7611e25..5a3bcc4580bb 100644
--- a/sys-apps/iproute2/iproute2-2.2.4-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-2.2.4-r3.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.2.4-r3.ebuild,v 1.2 2001/08/19 07:00:08 chadh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.2.4-r3.ebuild,v 1.3 2001/09/15 19:27:22 danarmak Exp $
A=iproute2-2.2.4-now-ss001007.tar.gz
S=${WORKDIR}/iproute2
DESCRIPTION="Kernel 2.4 routing and traffic control utilities"
SRC_URI="ftp://ftp.inr.ac.ru/ip-routing/${A}"
-DEPEND="virtual/glibc tex? ( app-text/tetex )"
+DEPEND="virtual/glibc" # tex? ( app-text/tetex )"
src_unpack() {
unpack ${A}
@@ -30,11 +30,11 @@ src_unpack() {
src_compile() {
try make ${MAKEOPTS}
- if [ "`use tex`" ]
- then
- cd doc
- try make
- fi
+# if [ "`use tex`" ]
+# then
+# cd doc
+# try make
+# fi
}