diff options
Diffstat (limited to 'sci-libs/votca-tools')
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/votca-tools/votca-tools-1.6.4.ebuild b/sci-libs/votca-tools/votca-tools-1.6.4.ebuild index 21ffc1d3bbaf..86dc20184eab 100644 --- a/sci-libs/votca-tools/votca-tools-1.6.4.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.6.4.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux" + KEYWORDS="amd64 ~x86 ~amd64-linux" S="${WORKDIR}/${P#votca-}" fi |