commit: b856586590304ebe665e1a4207eba63a01dd8303
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 16:07:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 16:07:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8565865
sci-chemistry/votca-xtp: Stabilize 1.6.4 amd64, #773175
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild
b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild
index d9f436b0316..6278461fdd0 100644
--- a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild
+++ b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/${PN/-//}.git"
else
SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux"
+ KEYWORDS="amd64 ~x86 ~amd64-linux"
S="${WORKDIR}/${P#votca-}"
fi