From d5e0f109d1e16ce4a7eb263f696e4b0b42d1e9f7 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Thu, 4 Jun 2020 08:29:58 +0200 Subject: sci-chemistry/votca-csgapps: 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 --- sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-chemistry/votca-csgapps') diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild index 4ba5c5475010..c39800ede650 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.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="amd64" + KEYWORDS="amd64 x86" fi DESCRIPTION="Extra applications for votca-csg" -- cgit v1.2.3-65-gdbad