diff options
Diffstat (limited to 'app-shells/mpibash/mpibash-9999.ebuild')
-rw-r--r-- | app-shells/mpibash/mpibash-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-9999.ebuild index 76bbce43cda2..5832bd90df0a 100644 --- a/app-shells/mpibash/mpibash-9999.ebuild +++ b/app-shells/mpibash/mpibash-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit autotools multilib @@ -22,7 +22,7 @@ SLOT="0" IUSE="examples" DEPEND="virtual/mpi - >=app-shells/bash-4.2[plugins] + >=app-shells/bash-4.2:0[plugins] sys-cluster/libcircle" RDEPEND="${DEPEND}" |