summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-05-20 14:02:46 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-05-20 14:02:46 +0300
commita085291d54ebd457228e6ed1a0e359072612b325 (patch)
treee01667e75dc099ea29320a2fd3c7c11018076899 /sci-chemistry
parentapp-emulation/winetricks: amd64 stable wrt bug #683970 (diff)
downloadgentoo-a085291d54ebd457228e6ed1a0e359072612b325.tar.gz
gentoo-a085291d54ebd457228e6ed1a0e359072612b325.tar.bz2
gentoo-a085291d54ebd457228e6ed1a0e359072612b325.zip
sci-chemistry/votca-csg: amd64 stable wrt bug #685046
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca-csg/votca-csg-1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.5.ebuild b/sci-chemistry/votca-csg/votca-csg-1.5.ebuild
index 7aad54413e78..1999a051a01a 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.5.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.5.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