diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-08-30 13:51:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-08-30 13:51:56 +0000 |
commit | 58471124ca26fa482201b26a3a32b7639365c300 (patch) | |
tree | 54a64a62326f738ce4bf7f54db5918a73815b270 | |
parent | Change version scheme (diff) | |
download | gentoo-2-58471124ca26fa482201b26a3a32b7639365c300.tar.gz gentoo-2-58471124ca26fa482201b26a3a32b7639365c300.tar.bz2 gentoo-2-58471124ca26fa482201b26a3a32b7639365c300.zip |
Corrected dep version of cns so that new changes are present
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r-- | sci-chemistry/aria/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/aria/aria-2.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/aria/ChangeLog b/sci-chemistry/aria/ChangeLog index f1c3eadf41f3..86dc9ddc7d64 100644 --- a/sci-chemistry/aria/ChangeLog +++ b/sci-chemistry/aria/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/aria # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/ChangeLog,v 1.8 2011/08/29 15:28:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/ChangeLog,v 1.9 2011/08/30 13:51:56 jlec Exp $ + + 30 Aug 2011; Justin Lecher <jlec@gentoo.org> aria-2.3.2.ebuild: + Corrected dep version of cns so that new changes are present *aria-2.3.2 (29 Aug 2011) diff --git a/sci-chemistry/aria/aria-2.3.2.ebuild b/sci-chemistry/aria/aria-2.3.2.ebuild index ab4ea1ec32d3..70512b7393a1 100644 --- a/sci-chemistry/aria/aria-2.3.2.ebuild +++ b/sci-chemistry/aria/aria-2.3.2.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/aria/aria-2.3.2.ebuild,v 1.1 2011/08/29 15:28:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.3.2.ebuild,v 1.2 2011/08/30 13:51:56 jlec Exp $ EAPI=3 @@ -26,7 +26,7 @@ RDEPEND=" sci-libs/clashscore-db dev-python/numpy dev-python/matplotlib[tk] - >=sci-chemistry/cns-1.2.1-r3[aria,openmp] + >=sci-chemistry/cns-1.2.1-r7[aria,openmp] >=dev-lang/tk-8.3 >=sci-chemistry/ccpn-2.0.5 >=dev-tcltk/tix-8.1.4" |