diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 19:15:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 19:47:19 +0100 |
commit | e5437e0990d15e9da9af7744fdc7f8788ad5eb4f (patch) | |
tree | d75e9dfe71ba85c7c0b0be4bd4e603abdcb836b6 /dev-lang/micropython | |
parent | dev-ml/ppxlib: bump to 0.22.2 (diff) | |
download | gentoo-e5437e0990d15e9da9af7744fdc7f8788ad5eb4f.tar.gz gentoo-e5437e0990d15e9da9af7744fdc7f8788ad5eb4f.tar.bz2 gentoo-e5437e0990d15e9da9af7744fdc7f8788ad5eb4f.zip |
dev-lang/micropython: add dev-libs/libffi subslot dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/micropython')
-rw-r--r-- | dev-lang/micropython/micropython-1.11-r1.ebuild (renamed from dev-lang/micropython/micropython-1.11.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/micropython/micropython-1.11.ebuild b/dev-lang/micropython/micropython-1.11-r1.ebuild index 218dea6ed460..57a5d6bee6a3 100644 --- a/dev-lang/micropython/micropython-1.11.ebuild +++ b/dev-lang/micropython/micropython-1.11-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=6 @@ -16,7 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" DEPEND=" - dev-libs/libffi + dev-libs/libffi:= virtual/pkgconfig" PATCHES=( |