summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2017-01-02 10:47:37 +0100
committerAgostino Sarubbo <ago@gentoo.org>2017-01-02 10:53:47 +0100
commitfeebe2cebd2d2998ac7f6405b59bd5e988aa81bf (patch)
treee5d429aa3cb14d9c957009d64bcde5acbccd26b2 /sci-chemistry
parentsci-chemistry/votca-csg: x86 stable wrt bug #591702 (diff)
downloadgentoo-feebe2cebd2d2998ac7f6405b59bd5e988aa81bf.tar.gz
gentoo-feebe2cebd2d2998ac7f6405b59bd5e988aa81bf.tar.bz2
gentoo-feebe2cebd2d2998ac7f6405b59bd5e988aa81bf.zip
sci-chemistry/votca-xtp: 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-xtp/votca-xtp-1.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
index d64c292a7668..2c08b2720f14 100644
--- a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
+++ b/sci-chemistry/votca-xtp/votca-xtp-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$
@@ -12,12 +12,12 @@ IUSE="doc"
if [ "${PV}" != "9999" ]; then
SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
doc? ( https://github.com/${PN/-//}/releases/download/v${PV}/${PN}-manual-${PV}.pdf )"
- 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 excitation and charge properties module"