From c55fc2d89e1be28000cd6635f77308bb10ce5812 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Mon, 2 Jan 2017 10:47:47 +0100 Subject: sci-libs/votca-tools: x86 stable wrt bug #591702 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo --- sci-libs/votca-tools/votca-tools-1.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/votca-tools/votca-tools-1.4.ebuild b/sci-libs/votca-tools/votca-tools-1.4.ebuild index 72292de7ba91..fa0be94aeebc 100644 --- a/sci-libs/votca-tools/votca-tools-1.4.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,12 +10,12 @@ inherit cmake-utils eutils multilib 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="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" fi DESCRIPTION="Votca tools library" -- cgit v1.2.3-65-gdbad