diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-02 10:47:47 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-02 10:53:48 +0100 |
commit | c55fc2d89e1be28000cd6635f77308bb10ce5812 (patch) | |
tree | 2da9731a599e30b9f757474573abfae9d94dd159 | |
parent | sci-chemistry/votca-csgapps: x86 stable wrt bug #591702 (diff) | |
download | gentoo-c55fc2d89e1be28000cd6635f77308bb10ce5812.tar.gz gentoo-c55fc2d89e1be28000cd6635f77308bb10ce5812.tar.bz2 gentoo-c55fc2d89e1be28000cd6635f77308bb10ce5812.zip |
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 <ago@gentoo.org>
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |