diff options
author | Christoph Junghans <junghans@gentoo.org> | 2020-11-04 09:07:47 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2020-11-04 09:07:47 -0700 |
commit | 2c05b0b7a7be32f4f6bb5b5a6ac4505a3d8efde6 (patch) | |
tree | 8b9822cb9e9629e8ae4d4f1c2d9715356e0ef4a3 /sci-chemistry/votca-csg | |
parent | dev-lang/orc: Stabilize 0.4.31 ppc64, #753128 (diff) | |
download | gentoo-2c05b0b7a7be32f4f6bb5b5a6ac4505a3d8efde6.tar.gz gentoo-2c05b0b7a7be32f4f6bb5b5a6ac4505a3d8efde6.tar.bz2 gentoo-2c05b0b7a7be32f4f6bb5b5a6ac4505a3d8efde6.zip |
sci-chemistry/votca-csg: fix 9999 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/votca-csg')
-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 973d31561017..426d1572404d 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.rst NOTICE CHANGELOG.rst ) +DOCS=( README.rst NOTICE.rst CHANGELOG.rst ) src_unpack() { if [[ ${PV} != *9999 ]]; then |