diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-12-20 15:08:50 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-12-20 15:29:58 +0100 |
commit | c8243c390ca45cbcce504a14d9ae8ea52b5a740b (patch) | |
tree | b7f216cfbbcfd49ff8a6e331bed82839a9c3bf18 | |
parent | sci-calculators/speedcrunch-0.11-r2: stable on amd64 (diff) | |
download | gentoo-c8243c390ca45cbcce504a14d9ae8ea52b5a740b.tar.gz gentoo-c8243c390ca45cbcce504a14d9ae8ea52b5a740b.tar.bz2 gentoo-c8243c390ca45cbcce504a14d9ae8ea52b5a740b.zip |
sci-chemistry/votca-csg-1.4-r0: stable on amd64
Gentoo-Bug: 591702
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild index 1b619bab5816..88c47fd480f5 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild @@ -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="" + KEYWORDS="amd64" fi DESCRIPTION="Votca coarse-graining engine" |