diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 00:43:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:12 +0200 |
commit | 1e6409c85bd19c48438caf34f0dc4ff438a815dc (patch) | |
tree | 8a0a2934596cc6dd25412624535e02d9c2ef2fc5 /sci-libs | |
parent | sci-libs/nlopt: Fix QA MissingSlotDep (diff) | |
download | gentoo-1e6409c85bd19c48438caf34f0dc4ff438a815dc.tar.gz gentoo-1e6409c85bd19c48438caf34f0dc4ff438a815dc.tar.bz2 gentoo-1e6409c85bd19c48438caf34f0dc4ff438a815dc.zip |
sci-libs/votca-tools: Fix QA NonExistentDeps
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/votca-tools/votca-tools-1.2.4.ebuild b/sci-libs/votca-tools/votca-tools-1.2.4.ebuild index beca8a446bcb..a9f6184c6144 100644 --- a/sci-libs/votca-tools/votca-tools-1.2.4.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.2.4.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$ @@ -29,7 +29,7 @@ RDEPEND="fftw? ( sci-libs/fftw:3.0 ) sqlite? ( dev-db/sqlite:3 )" 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" |