diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-20 14:02:56 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-20 14:02:56 +0300 |
commit | 6fa28cb05a3e64b8c7d8a7705b7443ae1481d430 (patch) | |
tree | 0309211ada3130a4441fbc1d1069bea296764c95 /sci-chemistry | |
parent | sci-chemistry/votca-csgapps: amd64 stable wrt bug #685046 (diff) | |
download | gentoo-6fa28cb05a3e64b8c7d8a7705b7443ae1481d430.tar.gz gentoo-6fa28cb05a3e64b8c7d8a7705b7443ae1481d430.tar.bz2 gentoo-6fa28cb05a3e64b8c7d8a7705b7443ae1481d430.zip |
sci-chemistry/votca-xtp: amd64 stable wrt bug #685046
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.5.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.5.ebuild index 15a8759ad217..ce2077c641de 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-1.5.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-1.5.ebuild @@ -11,12 +11,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="https://github.com/${PN/-//}.git" - KEYWORDS="" + KEYWORDS="amd64" fi DESCRIPTION="Votca excitation and charge properties module" |