summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-12 08:03:48 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-12 10:31:05 +0200
commitb432864fe61055f6f0960275ef89f812548e578c (patch)
tree7943cb527fd60311f13f46f3d06ac7c7e90acab7 /eclass
parentdistutils-r1.eclass: add initial meson-python PEP517 support (diff)
downloadgentoo-b432864fe61055f6f0960275ef89f812548e578c.tar.gz
gentoo-b432864fe61055f6f0960275ef89f812548e578c.tar.bz2
gentoo-b432864fe61055f6f0960275ef89f812548e578c.zip
distutils-r1.eclass: List wheel filename in install einfo
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/distutils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 3d83dbdf1dd5..4e8c2d67db0b 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1319,7 +1319,7 @@ distutils_pep517_install() {
)
[[ -n ${wheel} ]] || die "No wheel name returned"
- einfo " Installing the wheel to ${root}"
+ einfo " Installing ${wheel} to ${root}"
gpep517 install-wheel --destdir="${root}" --interpreter="${PYTHON}" \
--prefix="${EPREFIX}/usr" "${WHEEL_BUILD_DIR}/${wheel}" ||
die "Wheel install failed"