summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-05-21 09:49:52 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-05-21 09:49:52 +0200
commitb4b71dc9aacad5e59ab44f481c4de031035831d9 (patch)
tree7925e364b7a37f6e619b22f5d46f7e971fd482c6 /sci-chemistry
parentmedia-video/yle-dl: clean old 2020-02-22 (diff)
downloadgentoo-b4b71dc9aacad5e59ab44f481c4de031035831d9.tar.gz
gentoo-b4b71dc9aacad5e59ab44f481c4de031035831d9.tar.bz2
gentoo-b4b71dc9aacad5e59ab44f481c4de031035831d9.zip
sci-chemistry/votca-csg: amd64 stable wrt bug #685046
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" 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 0e02baa215a8..9bf490211948 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=""
+ KEYWORDS="amd64"
PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )"
fi