diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-01 21:28:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-01 22:58:02 +0100 |
commit | 8d409c9e96a9b214130a5978d04a7174fa9af375 (patch) | |
tree | dee9a7a664578614a42230d48d3a381cbaf8bfc2 /dev-python/pypy3_9-exe | |
parent | net-im/fractal: Backport secret service compatibility fix (diff) | |
download | gentoo-8d409c9e96a9b214130a5978d04a7174fa9af375.tar.gz gentoo-8d409c9e96a9b214130a5978d04a7174fa9af375.tar.bz2 gentoo-8d409c9e96a9b214130a5978d04a7174fa9af375.zip |
dev-python/pypy3_9-exe: Specify PyPy branch in DESCRIPTION
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3_9-exe')
-rw-r--r-- | dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild b/dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild index fd6aec5a2638..a6d7ba06e1b1 100644 --- a/dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild +++ b/dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild @@ -10,7 +10,7 @@ PYVER=3.9 MY_P="pypy${PYVER}-v${PYPY_PV/_}" PATCHSET="pypy${PYVER}-gentoo-patches-${PV/_}" -DESCRIPTION="PyPy3 executable (build from source)" +DESCRIPTION="PyPy3.9 executable (build from source)" HOMEPAGE="https://www.pypy.org/" SRC_URI=" https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2 |