diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 00:05:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:15:38 +0200 |
commit | 425efde9a5b09751850e9d0e96f588958d6602aa (patch) | |
tree | 7c4fd487cf1b84a09953f335455e57c24fd90847 /sci-chemistry | |
parent | sci-chemistry/povscript+: Fix QA MissingSlotDep (diff) | |
download | gentoo-425efde9a5b09751850e9d0e96f588958d6602aa.tar.gz gentoo-425efde9a5b09751850e9d0e96f588958d6602aa.tar.bz2 gentoo-425efde9a5b09751850e9d0e96f588958d6602aa.zip |
sci-chemistry/votca-csg: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild index 98b7d16c65f1..b3ad74905fbe 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,10 +31,10 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-macos" RDEPEND="~sci-libs/votca-tools-${PV} gromacs? ( sci-chemistry/gromacs:= ) dev-lang/perl - app-shells/bash" + app-shells/bash:0" DEPEND="${RDEPEND} - doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) ) + doc? ( >=app-doc/doxygen-1.7.6.1[dot] ) >=app-text/txt2tags-2.5 virtual/pkgconfig" |