summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-05-21 09:50:03 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-05-21 09:50:03 +0200
commitc2ab747b00fa99870842b5a6ed5e0165d8b2aa94 (patch)
tree8ff11fc03dd2f00b6662f82c1767a36e1319103c /sci-chemistry
parentsci-chemistry/votca-csgapps: amd64 stable wrt bug #685046 (diff)
downloadgentoo-c2ab747b00fa99870842b5a6ed5e0165d8b2aa94.tar.gz
gentoo-c2ab747b00fa99870842b5a6ed5e0165d8b2aa94.tar.bz2
gentoo-c2ab747b00fa99870842b5a6ed5e0165d8b2aa94.zip
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 <ago@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
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"