diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-25 14:49:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-25 14:51:35 +0100 |
commit | 0a9b96d6511f98fc67a73b376b70c15d91c2f94c (patch) | |
tree | 098f5bf24697418570a4f5720bd8f7ba6495b6d5 /dev-lang/python/python-2.7.17-r1.ebuild | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.5.6 (diff) | |
download | gentoo-0a9b96d6511f98fc67a73b376b70c15d91c2f94c.tar.gz gentoo-0a9b96d6511f98fc67a73b376b70c15d91c2f94c.tar.bz2 gentoo-0a9b96d6511f98fc67a73b376b70c15d91c2f94c.zip |
dev-lang/python: Depend on dev-libs/libffi
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-2.7.17-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.7.17-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.7.17-r1.ebuild b/dev-lang/python/python-2.7.17-r1.ebuild index 912858618a15..fde313ef755c 100644 --- a/dev-lang/python/python-2.7.17-r1.ebuild +++ b/dev-lang/python/python-2.7.17-r1.ebuild @@ -27,9 +27,9 @@ IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 libressl # patchset. See bug 447752. RDEPEND="app-arch/bzip2:= + dev-libs/libffi:= >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= - virtual/libffi:= virtual/libintl berkdb? ( || ( sys-libs/db:5.3 |