diff options
author | 2007-03-13 00:49:15 +0000 | |
---|---|---|
committer | 2007-03-13 00:49:15 +0000 | |
commit | c44f451a8c4dd2812055c09c4173cc34ef873217 (patch) | |
tree | 374d791b8cc568cc63fb14eceb318970171d070f /sci-visualization/xd3d | |
parent | Replacing text-markup herd with the new sgml herd. (diff) | |
download | gentoo-2-c44f451a8c4dd2812055c09c4173cc34ef873217.tar.gz gentoo-2-c44f451a8c4dd2812055c09c4173cc34ef873217.tar.bz2 gentoo-2-c44f451a8c4dd2812055c09c4173cc34ef873217.zip |
QA: which -> type -P
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-visualization/xd3d')
-rw-r--r-- | sci-visualization/xd3d/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/xd3d/xd3d-8.2.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-visualization/xd3d/ChangeLog b/sci-visualization/xd3d/ChangeLog index ffadac508aba..d2d6868a5a67 100644 --- a/sci-visualization/xd3d/ChangeLog +++ b/sci-visualization/xd3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/xd3d # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.4 2007/02/09 08:27:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.5 2007/03/13 00:49:15 kugelfang Exp $ + + 13 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> xd3d-8.2.1.ebuild: + QA: which -> type -P 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/sci-visualization/xd3d/xd3d-8.2.1.ebuild b/sci-visualization/xd3d/xd3d-8.2.1.ebuild index 561710bdc400..03de6b8949c0 100644 --- a/sci-visualization/xd3d/xd3d-8.2.1.ebuild +++ b/sci-visualization/xd3d/xd3d-8.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.2.1.ebuild,v 1.2 2006/03/17 10:31:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.2.1.ebuild,v 1.3 2007/03/13 00:49:15 kugelfang Exp $ DESCRIPTION="scientific visualization tool" @@ -19,7 +19,6 @@ RDEPEND="|| ( x11-libs/libXpm virtual/x11 ) icc? ( dev-lang/icc dev-lang/ifc )" DEPEND="${RDEPEND} - sys-apps/which app-shells/tcsh" src_unpack() { @@ -32,7 +31,7 @@ src_compile() { if use icc; then sed "s:##D##:${D}:g" < RULES.icc > RULES.gentoo else - which g77 2> /dev/null || die "No GNU Fortran compiler found!" + type -P g77 2> /dev/null || die "No GNU Fortran compiler found!" sed "s:##CFLAGS##:${CFLAGS}:g" < RULES.gentoo > RULES.linux sed "s:##D##:${D}:g" < RULES.linux > RULES.gentoo fi |