diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-21 09:49:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-21 09:49:57 +0200 |
commit | 20baa3e958592b5d2401c4789a0d677524781a89 (patch) | |
tree | 8a1b4c055fc35c6bc4206a8ec84afaefb0203940 | |
parent | sci-chemistry/votca-csg: amd64 stable wrt bug #685046 (diff) | |
download | gentoo-20baa3e958592b5d2401c4789a0d677524781a89.tar.gz gentoo-20baa3e958592b5d2401c4789a0d677524781a89.tar.bz2 gentoo-20baa3e958592b5d2401c4789a0d677524781a89.zip |
sci-chemistry/votca-csgapps: amd64 stable wrt bug #685046
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild index 463cba8e0e38..4ba5c5475010 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild @@ -9,12 +9,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="https://github.com/${PN/-//}.git" - KEYWORDS="" + KEYWORDS="amd64" fi DESCRIPTION="Extra applications for votca-csg" |