diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-28 12:01:58 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-28 12:01:58 +0200 |
commit | c8634422d58bdb7570627b7c6839b64e4e6b7194 (patch) | |
tree | 0f04db2246df7939cc90844ba9f86520e8d703c3 /sci-libs | |
parent | sci-chemistry/votca-xtp: x86 stable wrt bug #773175 (diff) | |
download | gentoo-c8634422d58bdb7570627b7c6839b64e4e6b7194.tar.gz gentoo-c8634422d58bdb7570627b7c6839b64e4e6b7194.tar.bz2 gentoo-c8634422d58bdb7570627b7c6839b64e4e6b7194.zip |
sci-libs/votca-tools: x86 stable wrt bug #773175
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/votca-tools/votca-tools-1.6.4.ebuild b/sci-libs/votca-tools/votca-tools-1.6.4.ebuild index 86dc20184eab..37b977cdd6b1 100644 --- a/sci-libs/votca-tools/votca-tools-1.6.4.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.6.4.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 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 |