diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-31 09:46:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-09 09:09:06 +0100 |
commit | 17a8affd24bc85d8e2249ff1ec56e6f824a599b3 (patch) | |
tree | c00d82a42badaa4954b54d8de0dc1d0785d64f1b /dev-python/pypy3 | |
parent | dev-lang/python: Depend on respective python-exec flags (diff) | |
download | gentoo-17a8affd24bc85d8e2249ff1ec56e6f824a599b3.tar.gz gentoo-17a8affd24bc85d8e2249ff1ec56e6f824a599b3.tar.bz2 gentoo-17a8affd24bc85d8e2249ff1ec56e6f824a599b3.zip |
dev-python/pypy3: Depend on python-exec[python_targets_pypy3]
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r-- | dev-python/pypy3/pypy3-7.3.7-r1.ebuild (renamed from dev-python/pypy3/pypy3-7.3.7.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pypy3/pypy3-7.3.7.ebuild b/dev-python/pypy3/pypy3-7.3.7-r1.ebuild index 6b88b1199e43..ccc3af660ca2 100644 --- a/dev-python/pypy3/pypy3-7.3.7.ebuild +++ b/dev-python/pypy3/pypy3-7.3.7-r1.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 @@ -30,6 +30,7 @@ RDEPEND=" >=dev-python/pypy3-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?] >=dev-python/pypy3-exe-bin-${PYPY_PV}:${PYPY_PV} ) + dev-lang/python-exec[python_targets_pypy3(-)] dev-libs/openssl:0= gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) |