diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-28 12:01:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-28 12:01:50 +0200 |
commit | 94ff150c88e6801e0b4483f7541be81492aaeba5 (patch) | |
tree | ec2e955b12b43304107020e3547506240140a6ce | |
parent | sci-chemistry/votca-csg: x86 stable wrt bug #773175 (diff) | |
download | gentoo-94ff150c88e6801e0b4483f7541be81492aaeba5.tar.gz gentoo-94ff150c88e6801e0b4483f7541be81492aaeba5.tar.bz2 gentoo-94ff150c88e6801e0b4483f7541be81492aaeba5.zip |
sci-chemistry/votca-csgapps: 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>
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild index 1599826e6ee5..132c6fce4013 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-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 |