diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-02 10:47:32 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-02 10:53:47 +0100 |
commit | 22491c71013d6d8902598b72babf40500e078201 (patch) | |
tree | 003d7da5af23c262cebc544c94a96bd92c446550 /sci-chemistry/votca-csg | |
parent | sys-apps/bleachbit: x86 stable wrt bug #590664 (diff) | |
download | gentoo-22491c71013d6d8902598b72babf40500e078201.tar.gz gentoo-22491c71013d6d8902598b72babf40500e078201.tar.bz2 gentoo-22491c71013d6d8902598b72babf40500e078201.zip |
sci-chemistry/votca-csg: 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/votca-csg')
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild index 88c47fd480f5..7758726a34ca 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-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$ @@ -14,12 +14,12 @@ if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf ) examples? ( https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> ${PN}-tutorials-${PV}.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 coarse-graining engine" |