diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-02-27 03:36:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-02-27 03:36:51 +0000 |
commit | 24db1d43cea3ca1e7c55e3329ef0099a758e8cc1 (patch) | |
tree | 8b70f19af35793e8c32afe80829b767b8ea912d5 /sci-chemistry | |
parent | Dev channel bump. (diff) | |
download | gentoo-2-24db1d43cea3ca1e7c55e3329ef0099a758e8cc1.tar.gz gentoo-2-24db1d43cea3ca1e7c55e3329ef0099a758e8cc1.tar.bz2 gentoo-2-24db1d43cea3ca1e7c55e3329ef0099a758e8cc1.zip |
fix broken dep
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csg/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index b15183b8d7fe..fd3048d9700e 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/votca-csg -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.22 2012/12/26 23:23:45 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.23 2013/02/27 03:36:51 mr_bones_ Exp $ + + 27 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> votca-csg-1.2.3.ebuild: + fix broken dep 26 Dec 2012; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.2.ebuild, votca-csg-1.2.3.ebuild: diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.3.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.3.ebuild index 9bd4a5d8a0a7..cca5057a51f4 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.3.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.3.ebuild,v 1.2 2012/12/26 23:23:45 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.3.ebuild,v 1.3 2013/02/27 03:36:51 mr_bones_ Exp $ EAPI=4 @@ -28,7 +28,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" -RDEPEND="=sci-libs/votca-tools-${PV}[system-boost=] +RDEPEND="~sci-libs/votca-tools-${PV}[system-boost=] gromacs? ( sci-chemistry/gromacs ) dev-lang/perl app-shells/bash" |