diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-28 12:01:54 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-28 12:01:54 +0200 |
commit | 5768773dcc09fb196c7596385566b5e2d046ce2c (patch) | |
tree | db47e36089f7e20a01c57d055c995c7d40cb762a /sci-chemistry/votca-xtp | |
parent | sci-chemistry/votca-csgapps: x86 stable wrt bug #773175 (diff) | |
download | gentoo-5768773dcc09fb196c7596385566b5e2d046ce2c.tar.gz gentoo-5768773dcc09fb196c7596385566b5e2d046ce2c.tar.bz2 gentoo-5768773dcc09fb196c7596385566b5e2d046ce2c.zip |
sci-chemistry/votca-xtp: 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-chemistry/votca-xtp')
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 6278461fdd07..6a0bba5928b3 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 |