From: Agostino Sarubbo Date: Thu, 21 May 2020 07:50:03 +0000 (+0200) Subject: sci-chemistry/votca-xtp: amd64 stable wrt bug #685046 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c2ab747b00fa99870842b5a6ed5e0165d8b2aa94;p=gentoo.git sci-chemistry/votca-xtp: amd64 stable wrt bug #685046 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild index 9e3b8ca0fa6d..cf0e82016729 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild @@ -10,12 +10,12 @@ inherit bash-completion-r1 cmake-utils multilib IUSE="" if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" + KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-macos" S="${WORKDIR}/${P#votca-}" else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="" + KEYWORDS="amd64" fi DESCRIPTION="Votca excitation and charge properties module"