From: Mikle Kolyada Date: Mon, 20 May 2019 11:02:52 +0000 (+0300) Subject: sci-chemistry/votca-csgapps: amd64 stable wrt bug #685046 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6d7a7bbc4a068321913b49490009a77a133412f7;p=gentoo.git sci-chemistry/votca-csgapps: amd64 stable wrt bug #685046 Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" --- diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.5.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.5.ebuild index 7cbd8d88dc7a..a1805e59d01d 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.5.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.5.ebuild @@ -9,12 +9,12 @@ inherit cmake-utils if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.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" fi DESCRIPTION="Extra applications for votca-csg"