diff options
Diffstat (limited to 'app-shells/mpibash/mpibash-9999.ebuild')
-rw-r--r-- | app-shells/mpibash/mpibash-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-9999.ebuild index 5832bd90df0a..e37855f7b37a 100644 --- a/app-shells/mpibash/mpibash-9999.ebuild +++ b/app-shells/mpibash/mpibash-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,6 @@ inherit autotools multilib if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git" inherit git-r3 - KEYWORDS="" else SRC_URI="https://github.com/lanl/MPI-Bash/releases/download/v${PV}/${P}.tar.gz" KEYWORDS="~amd64" |