sci-chemistry/votca-csg: amd64 stable wrt bug #685046
authorAgostino Sarubbo <ago@gentoo.org>
Thu, 21 May 2020 07:49:52 +0000 (09:49 +0200)
committerAgostino Sarubbo <ago@gentoo.org>
Thu, 21 May 2020 07:49:52 +0000 (09:49 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
sci-chemistry/votca-csg/votca-csg-1.6.ebuild

index 0e02baa215a80c6c4f1ca49d4783d0cd22131239..9bf49021194848b48093b7af777232cfc62f88c0 100644 (file)
@@ -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