diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-15 21:49:56 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-15 21:49:56 +0000 |
commit | 3dcf784fb0a249fc0a239c6c5fd3bd8da0e37758 (patch) | |
tree | 53a5ab91b20a4de0edaeb3489c353cae9eb952f0 /sci-chemistry/shelx | |
parent | Fix digest (diff) | |
download | gentoo-2-3dcf784fb0a249fc0a239c6c5fd3bd8da0e37758.tar.gz gentoo-2-3dcf784fb0a249fc0a239c6c5fd3bd8da0e37758.tar.bz2 gentoo-2-3dcf784fb0a249fc0a239c6c5fd3bd8da0e37758.zip |
QA: Removed illegal use of ${ROOT}. Bug #168043
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-chemistry/shelx')
-rw-r--r-- | sci-chemistry/shelx/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/shelx/shelx-20060317.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/shelx/ChangeLog b/sci-chemistry/shelx/ChangeLog index 439f9185c05d..d27bd51ad1b2 100644 --- a/sci-chemistry/shelx/ChangeLog +++ b/sci-chemistry/shelx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/shelx -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.8 2006/10/12 19:03:45 dberkholz Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.9 2007/03/15 21:49:56 kugelfang Exp $ + + 15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> shelx-20060317.ebuild: + QA: Removed illegal use of ${ROOT}. Bug #168043 12 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; shelx-20060317.ebuild: diff --git a/sci-chemistry/shelx/shelx-20060317.ebuild b/sci-chemistry/shelx/shelx-20060317.ebuild index 18b49bd0716d..87560dd8e03e 100644 --- a/sci-chemistry/shelx/shelx-20060317.ebuild +++ b/sci-chemistry/shelx/shelx-20060317.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-chemistry/shelx/shelx-20060317.ebuild,v 1.5 2006/10/12 19:03:45 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317.ebuild,v 1.6 2007/03/15 21:49:56 kugelfang Exp $ inherit autotools eutils fortran @@ -34,7 +34,7 @@ src_unpack() { epatch ${FILESDIR}/${PV}-gfortran.patch sed -i \ - -e "s:CIFDIR='/usr/local/bin/':CIFDIR='${ROOT}usr/share/${PN}/':g" \ + -e "s:CIFDIR='/usr/local/bin/':CIFDIR='/usr/share/${PN}/':g" \ "${S}"/ciftab.f if use dosformat; then |