diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 13:13:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 13:17:42 +0100 |
commit | 516dc223d6b9596a8d431a50caa5a521bb319da2 (patch) | |
tree | b3f775040b289892020a58be68bf9816909fa74a /app-shells | |
parent | kde-plasma/plasma-thunderbolt: drop 5.25.5 (diff) | |
download | gentoo-516dc223d6b9596a8d431a50caa5a521bb319da2.tar.gz gentoo-516dc223d6b9596a8d431a50caa5a521bb319da2.tar.bz2 gentoo-516dc223d6b9596a8d431a50caa5a521bb319da2.zip |
app-shells/ctypes-sh: fix MissingSlotDep on bash
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild (renamed from app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild b/app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild index b4b3407a8bfb..3b1a75ac8c21 100644 --- a/app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild +++ b/app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" app-arch/bzip2 app-arch/xz-utils - app-shells/bash[plugins(-)] + app-shells/bash:=[plugins(-)] dev-libs/libffi:= virtual/libelf " |