summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2017-01-02 10:47:42 +0100
committerAgostino Sarubbo <ago@gentoo.org>2017-01-02 10:53:48 +0100
commitc92c1590b795238dbb2ded970940b5d04d82520f (patch)
tree4eca30b19098314688eea80e303d42cf0b4b2c2f /sci-chemistry
parentsci-chemistry/votca-xtp: x86 stable wrt bug #591702 (diff)
downloadgentoo-c92c1590b795238dbb2ded970940b5d04d82520f.tar.gz
gentoo-c92c1590b795238dbb2ded970940b5d04d82520f.tar.bz2
gentoo-c92c1590b795238dbb2ded970940b5d04d82520f.zip
sci-chemistry/votca-csgapps: x86 stable wrt bug #591702
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild
index ed4d23fdf0b2..12df392485ed 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-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
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="Extra applications for votca-csg"