diff options
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/coot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.6.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index e7e3ba77f51b..d55b9dc392a3 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/coot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.20 2010/02/06 00:15:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.21 2010/02/26 19:02:11 jlec Exp $ + + 26 Feb 2010; Justin Lecher (jlec) <jlec@j-schmitz.net> coot-0.6.ebuild: + Missing sci-libs/mmdb DEP added *coot-0.6 (06 Feb 2010) diff --git a/sci-chemistry/coot/coot-0.6.ebuild b/sci-chemistry/coot/coot-0.6.ebuild index 55b150e0432b..c72e7792b962 100644 --- a/sci-chemistry/coot/coot-0.6.ebuild +++ b/sci-chemistry/coot/coot-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.ebuild,v 1.1 2010/02/06 00:15:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.ebuild,v 1.2 2010/02/26 19:02:11 jlec Exp $ EAPI="3" @@ -28,6 +28,7 @@ SCIDEPS=" >=sci-libs/clipper-20090520 >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 + sci-libs/mmdb sci-chemistry/reduce sci-chemistry/refmac sci-chemistry/probe" |