Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746887 - sys-apps/portage: emerge --info doesn't distinguish pypy from cpython
Summary: sys-apps/portage: emerge --info doesn't distinguish pypy from cpython
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-06 08:03 UTC by Michał Górny
Modified: 2020-10-06 08:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-10-06 08:03:42 UTC
$ emerge --info |head -1
Portage 3.0.7 (python 3.7.4-final-0, default/linux/amd64/17.1/desktop, gcc-9.3.0, glibc-2.32-r2, 5.8.12 x86_64)

but it's actually:
$ pypy3 --version
Python 3.7.4 (?, Oct 05 2020, 02:42:34)
[PyPy 7.3.2-alpha0 with GCC 10.2.0]