diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-22 13:54:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-22 13:54:37 +0000 |
commit | c5b7a2fc16ef29394ced97c2e68f9851b7cab70b (patch) | |
tree | 98a2c29ec3173693223d20c877ccbe600b232473 /sci-chemistry/vmd | |
parent | Version Bump, #358981; Dropped ppc due to missing KEYWORDS in DEPs (diff) | |
download | gentoo-2-c5b7a2fc16ef29394ced97c2e68f9851b7cab70b.tar.gz gentoo-2-c5b7a2fc16ef29394ced97c2e68f9851b7cab70b.tar.bz2 gentoo-2-c5b7a2fc16ef29394ced97c2e68f9851b7cab70b.zip |
RDEPEND.suspect fixed
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/vmd')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.ebuild b/sci-chemistry/vmd/vmd-1.9.ebuild index 11849f30434f..50171b06c711 100644 --- a/sci-chemistry/vmd/vmd-1.9.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.1 2011/03/22 13:53:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.2 2011/03/22 13:54:37 jlec Exp $ EAPI="3" @@ -21,13 +21,12 @@ RESTRICT="fetch" # currently, tk-8.5* with USE=truetype breaks some # tk apps such as Sequence Viewer or Timeline. -DEPEND=" +CDEPEND=" || ( >=dev-lang/tk-8.5[-truetype] =dev-lang/tk-8.4* ) dev-lang/perl - dev-lang/swig dev-python/numpy sci-libs/netcdf virtual/opengl @@ -36,8 +35,9 @@ DEPEND=" x11-libs/libXi cuda? ( dev-util/nvidia-cuda-toolkit ) xinerama? ( x11-libs/libXinerama )" - -RDEPEND="${DEPEND} +DEPEND="${CDEPEND} + dev-lang/swig" +RDEPEND="${CDEPEND} sci-biology/stride sci-chemistry/surf x11-terms/xterm |