diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-11-30 23:28:19 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-11-30 23:28:19 +0000 |
commit | 87f06d9eb3e983421d6b8214fd679573ae65536a (patch) | |
tree | 7c81efb7e911803318aa6c21d47338a7e65d834b /sci-chemistry/namd | |
parent | mask out jit on qtscript as it does not currently build (diff) | |
download | gentoo-2-87f06d9eb3e983421d6b8214fd679573ae65536a.tar.gz gentoo-2-87f06d9eb3e983421d6b8214fd679573ae65536a.tar.bz2 gentoo-2-87f06d9eb3e983421d6b8214fd679573ae65536a.zip |
fixed deps
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-chemistry/namd')
-rw-r--r-- | sci-chemistry/namd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/namd/namd-2.9-r1.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-chemistry/namd/ChangeLog b/sci-chemistry/namd/ChangeLog index c9ffe036d384..c05c2158f809 100644 --- a/sci-chemistry/namd/ChangeLog +++ b/sci-chemistry/namd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/namd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/ChangeLog,v 1.18 2013/11/30 04:29:21 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/ChangeLog,v 1.19 2013/11/30 23:28:19 ottxor Exp $ + + 30 Nov 2013; Christoph Junghans <ottxor@gentoo.org> namd-2.9-r1.ebuild: + fixed deps *namd-2.9-r1 (30 Nov 2013) diff --git a/sci-chemistry/namd/namd-2.9-r1.ebuild b/sci-chemistry/namd/namd-2.9-r1.ebuild index cbfa669ff938..541ca1e8f37f 100644 --- a/sci-chemistry/namd/namd-2.9-r1.ebuild +++ b/sci-chemistry/namd/namd-2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/namd-2.9-r1.ebuild,v 1.1 2013/11/30 04:29:21 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/namd-2.9-r1.ebuild,v 1.2 2013/11/30 23:28:19 ottxor Exp $ EAPI=5 @@ -20,12 +20,13 @@ IUSE="" RESTRICT="fetch" -DEPEND=" - || ( >=sys-cluster/charm-6.5.1-r2 <=sys-cluster/charm-6.5.1-r1[static-libs] ) +RDEPEND=" + >=sys-cluster/charm-6.5.1-r2 sci-libs/fftw:3.0 dev-lang/tcl" -RDEPEND=${DEPEND} +DEPEND="${RDEPEND} + app-shells/tcsh" NAMD_ARCH="Linux-x86_64-g++" |