commit:     516dc223d6b9596a8d431a50caa5a521bb319da2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 12:13:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 12:17:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516dc223

app-shells/ctypes-sh: fix MissingSlotDep on bash

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../ctypes-sh/{ctypes-sh-1.2-r1.ebuild => ctypes-sh-1.2-r2.ebuild}    | 4 ++--
 1 file 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
similarity index 90%
rename from app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild
rename to 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
 "

Reply via email to