From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42AC1138359 for ; Wed, 4 Nov 2020 16:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C9A5E0943; Wed, 4 Nov 2020 16:08:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63C97E0943 for ; Wed, 4 Nov 2020 16:08:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2210340E42 for ; Wed, 4 Nov 2020 16:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E774397 for ; Wed, 4 Nov 2020 16:08:19 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1604506067.2c05b0b7a7be32f4f6bb5b5a6ac4505a3d8efde6.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 2c05b0b7a7be32f4f6bb5b5a6ac4505a3d8efde6 X-VCS-Branch: master Date: Wed, 4 Nov 2020 16:08:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3769b935-9c44-4dcb-b7d3-cd2961ecce56 X-Archives-Hash: 22afb7ffb005e273d962180ea9162670 commit: 2c05b0b7a7be32f4f6bb5b5a6ac4505a3d8efde6 Author: Christoph Junghans gentoo org> AuthorDate: Wed Nov 4 16:07:47 2020 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Nov 4 16:07:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c05b0b7 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 gentoo.org> sci-chemistry/votca-csg/votca-csg-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index 973d3156101..426d1572404 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