diff options
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild index 6278461fdd07..6a0bba5928b3 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/${PN/-//}.git" 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 |