diff options
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}" |