diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-10-25 01:09:18 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-10-25 01:09:18 +0000 |
commit | 60cb14c0729d4a54f32fd859234d64dc2fcbd58c (patch) | |
tree | 909bfb76948cc57716625b4d3eae3a4666fe127f | |
parent | Fix Manifest (diff) | |
download | gentoo-2-60cb14c0729d4a54f32fd859234d64dc2fcbd58c.tar.gz gentoo-2-60cb14c0729d4a54f32fd859234d64dc2fcbd58c.tar.bz2 gentoo-2-60cb14c0729d4a54f32fd859234d64dc2fcbd58c.zip |
Adjust dependencies to be a bit more tolerant since votca-csg now only has a -r1 ebuild
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | sci-chemistry/votca-csgapps/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog index 8926be0f0e63..c9ab000e97c1 100644 --- a/sci-chemistry/votca-csgapps/ChangeLog +++ b/sci-chemistry/votca-csgapps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/votca-csgapps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.13 2014/08/31 23:45:49 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.14 2014/10/25 01:09:18 patrick Exp $ + + 25 Oct 2014; Patrick Lauer <patrick@gentoo.org> votca-csgapps-1.2.4.ebuild: + Adjust dependencies to be a bit more tolerant since votca-csg now only has a + -r1 ebuild *votca-csgapps-1.2.4 (31 Aug 2014) diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild index c404aaf4c175..319596bcd18c 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild,v 1.1 2014/08/31 23:45:49 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild,v 1.2 2014/10/25 01:09:18 patrick Exp $ EAPI=4 @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" IUSE="" -RDEPEND="=sci-chemistry/${PN%apps}-${PV}" +RDEPEND="~sci-chemistry/${PN%apps}-${PV}" DEPEND="${RDEPEND}" |