From 07f233532edfa1511f5a556d24725a806409b9c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 25 Dec 2019 12:31:03 +0100 Subject: [PATCH] dev-python/pypy-bin: Add 7.3.0 backwards compat MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pypy-bin/pypy-bin-7.3.0.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-python/pypy-bin/pypy-bin-7.3.0.ebuild diff --git a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild b/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild new file mode 100644 index 000000000000..e0bf0390f569 --- /dev/null +++ b/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Backwards compatibility package to install binary ver of PyPy" +HOMEPAGE="https://pypy.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0/73" +KEYWORDS="~amd64 ~x86" +IUSE="gdbm libressl sqlite tk" + +RDEPEND=" + dev-python/pypy-exe-bin:${PV} + ~dev-python/pypy-${PV}[gdbm?,libressl?,sqlite?,tk?]" -- 2.26.2