commit: cc40459a06ea0746e27e77f84e51754c7abafe08
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 18:44:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 18:47:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc40459a
app-shells/ctypes-sh: add dev-libs/libffi subslot dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../ctypes-sh/{ctypes-sh-1.2.ebuild => ctypes-sh-1.2-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/app-shells/ctypes-sh/ctypes-sh-1.2.ebuild
b/app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild
similarity index 85%
rename from app-shells/ctypes-sh/ctypes-sh-1.2.ebuild
rename to app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild
index a64a6db8811..b4b3407a8bf 100644
--- a/app-shells/ctypes-sh/ctypes-sh-1.2.ebuild
+++ b/app-shells/ctypes-sh/ctypes-sh-1.2-r1.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
@@ -17,12 +17,11 @@ RDEPEND="
app-arch/bzip2
app-arch/xz-utils
app-shells/bash[plugins(-)]
- dev-libs/libffi
+ dev-libs/libffi:=
virtual/libelf
"
-BDEPEND="${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
default