diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-12-20 15:08:51 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-12-20 15:30:00 +0100 |
commit | eefa932ab746af16b4920acf75e27e0b4af1aa7e (patch) | |
tree | c0fd44323ebd7c5ac1bc00e636c723d89680592b /sci-chemistry/votca-csgapps | |
parent | sci-chemistry/votca-csg-1.4-r0: stable on amd64 (diff) | |
download | gentoo-eefa932ab746af16b4920acf75e27e0b4af1aa7e.tar.gz gentoo-eefa932ab746af16b4920acf75e27e0b4af1aa7e.tar.bz2 gentoo-eefa932ab746af16b4920acf75e27e0b4af1aa7e.zip |
sci-chemistry/votca-csgapps-1.4-r0: stable on amd64
Gentoo-Bug: 591702
Diffstat (limited to 'sci-chemistry/votca-csgapps')
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild index cb7b9cc9e783..ed4d23fdf0b2 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild @@ -10,12 +10,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="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" - KEYWORDS="" + KEYWORDS="amd64" fi DESCRIPTION="Extra applications for votca-csg" |