diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-04 08:30:02 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-04 08:35:32 +0200 |
commit | 8075625fdba7c88966233bf779580797f3e1de33 (patch) | |
tree | 5911a52f9aa228e05bb1f6145d8fa03a23af7b53 | |
parent | sci-chemistry/votca-csgapps: x86 stable wrt bug #685046 (diff) | |
download | gentoo-8075625fdba7c88966233bf779580797f3e1de33.tar.gz gentoo-8075625fdba7c88966233bf779580797f3e1de33.tar.bz2 gentoo-8075625fdba7c88966233bf779580797f3e1de33.zip |
sci-chemistry/votca-xtp: x86 stable wrt bug #685046
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild | 4 |
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 cf0e82016729..08dd38193e01 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="amd64" + KEYWORDS="amd64 x86" fi DESCRIPTION="Votca excitation and charge properties module" |