diff options
author | Christoph Junghans <junghans@gentoo.org> | 2020-11-03 12:47:57 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2020-11-03 12:48:21 -0700 |
commit | 684d9b8b7ad04a173da1b2aaca45adff7cda47ca (patch) | |
tree | a4b9a691f3aa40cd9694392f837e1e12f761b9b2 /sci-chemistry | |
parent | sys-kernel/vanilla-kernel: Enable .tar signature verification (diff) | |
download | gentoo-684d9b8b7ad04a173da1b2aaca45adff7cda47ca.tar.gz gentoo-684d9b8b7ad04a173da1b2aaca45adff7cda47ca.tar.bz2 gentoo-684d9b8b7ad04a173da1b2aaca45adff7cda47ca.zip |
sci-chemistry/votca-csg: fix build
Closes: https://bugs.gentoo.org/752420
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index c77bb3e40fa8..973d31561017 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -40,7 +40,7 @@ DEPEND="${RDEPEND} >=app-text/txt2tags-2.5 virtual/pkgconfig" -DOCS=( README.md NOTICE CHANGELOG.md ) +DOCS=( README.rst NOTICE CHANGELOG.rst ) src_unpack() { if [[ ${PV} != *9999 ]]; then |