diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:09:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:09:01 +0000 |
commit | f941f4d7001fe0dd186df436b55f6bdd5e09b53e (patch) | |
tree | 01488ee9b522c8f60833fbce4142b96dbed88fcf /sci-chemistry/cns/cns-1.1.ebuild | |
parent | remove reference to app-shells/csh which has been removed (diff) | |
download | gentoo-2-f941f4d7001fe0dd186df436b55f6bdd5e09b53e.tar.gz gentoo-2-f941f4d7001fe0dd186df436b55f6bdd5e09b53e.tar.bz2 gentoo-2-f941f4d7001fe0dd186df436b55f6bdd5e09b53e.zip |
remove reference to app-shells/csh which has been removed
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-chemistry/cns/cns-1.1.ebuild')
-rw-r--r-- | sci-chemistry/cns/cns-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/cns/cns-1.1.ebuild b/sci-chemistry/cns/cns-1.1.ebuild index 29ae2413ac5d..ea5604c97451 100644 --- a/sci-chemistry/cns/cns-1.1.ebuild +++ b/sci-chemistry/cns/cns-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v 1.4 2007/06/22 07:01:13 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v 1.5 2008/06/03 02:09:01 mr_bones_ Exp $ inherit eutils fortran toolchain-funcs @@ -17,7 +17,7 @@ LICENSE="cns" SLOT="0" KEYWORDS="ppc x86" IUSE="test" -RDEPEND="|| ( app-shells/tcsh app-shells/csh )" +RDEPEND="app-shells/tcsh" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |