summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-06-04 08:29:55 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-06-04 08:35:32 +0200
commitd343ea2138049e2492d11835ed9fc986ef588874 (patch)
tree796c143a6719a1ccdbc45207cdf3f0eb53085521 /sci-chemistry
parentsys-apps/qdirstat: x86 stable wrt bug #724122 (diff)
downloadgentoo-d343ea2138049e2492d11835ed9fc986ef588874.tar.gz
gentoo-d343ea2138049e2492d11835ed9fc986ef588874.tar.bz2
gentoo-d343ea2138049e2492d11835ed9fc986ef588874.zip
sci-chemistry/votca-csg: 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>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca-csg/votca-csg-1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.6.ebuild b/sci-chemistry/votca-csg/votca-csg-1.6.ebuild
index 9bf490211948..4c670640b3d2 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.6.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.6.ebuild
@@ -13,12 +13,12 @@ if [ "${PV}" != "9999" ]; then
SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf )
examples? ( https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> ${PN}-tutorials-${PV}.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"
PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )"
fi