summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2016-12-20 15:08:52 +0100
committerTobias Klausmann <klausman@gentoo.org>2016-12-20 15:30:03 +0100
commitea708cee5a6aea9fb952a06c2195df8f3e621ff4 (patch)
treeb4492e6be57e2a5441faffbad9adde396626384c /sci-chemistry/votca-xtp
parentsci-chemistry/votca-csgapps-1.4-r0: stable on amd64 (diff)
downloadgentoo-ea708cee5a6aea9fb952a06c2195df8f3e621ff4.tar.gz
gentoo-ea708cee5a6aea9fb952a06c2195df8f3e621ff4.tar.bz2
gentoo-ea708cee5a6aea9fb952a06c2195df8f3e621ff4.zip
sci-chemistry/votca-xtp-1.4-r0: stable on amd64
Gentoo-Bug: 591702
Diffstat (limited to 'sci-chemistry/votca-xtp')
-rw-r--r--sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
index 8314ba0acd5e..d64c292a7668 100644
--- a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
+++ b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
@@ -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=""
+ KEYWORDS="amd64"
fi
DESCRIPTION="Votca excitation and charge properties module"