summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-29 03:51:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-29 03:51:03 +0000
commit4c449cc3d013f8800df3d5a2a0446c2a734a1aaf (patch)
tree376465655661e8b68969b05b5c3b5807b18aa3dc /dev-lang/nasm
parenthppa love courtesy of notopic (diff)
downloadgentoo-2-4c449cc3d013f8800df3d5a2a0446c2a734a1aaf.tar.gz
gentoo-2-4c449cc3d013f8800df3d5a2a0446c2a734a1aaf.tar.bz2
gentoo-2-4c449cc3d013f8800df3d5a2a0446c2a734a1aaf.zip
dont bother DEPENDing on gcc
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-lang/nasm')
-rw-r--r--dev-lang/nasm/nasm-0.98.39-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-lang/nasm/nasm-0.98.39-r1.ebuild b/dev-lang/nasm/nasm-0.98.39-r1.ebuild
index 01984e239a62..83f7b4c9cc0a 100644
--- a/dev-lang/nasm/nasm-0.98.39-r1.ebuild
+++ b/dev-lang/nasm/nasm-0.98.39-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/dev-lang/nasm/nasm-0.98.39-r1.ebuild,v 1.1 2005/05/17 22:56:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.39-r1.ebuild,v 1.2 2005/11/29 03:50:59 vapier Exp $
inherit toolchain-funcs
@@ -14,9 +14,7 @@ KEYWORDS="-* amd64 x86"
IUSE="doc build"
DEPEND="!build? ( dev-lang/perl )
- doc? ( virtual/ghostscript
- sys-apps/texinfo )
- sys-devel/gcc"
+ doc? ( virtual/ghostscript sys-apps/texinfo )"
RDEPEND=""
src_unpack() {