From a10de3dd0d8e27db9c566e4cc5631f75131ff105 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 27 Feb 2023 07:24:03 +0000 Subject: [PATCH] eclass/pypi: Sync with Gentoo It's from Gentoo commit 12783bf82788b83a015afa21f6f9941e5f8b4d50. --- .../src/third_party/portage-stable/eclass/pypi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/pypi.eclass b/sdk_container/src/third_party/portage-stable/eclass/pypi.eclass index 182b0b6b8c..79007a2ad0 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/pypi.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/pypi.eclass @@ -28,12 +28,12 @@ # equivalent. # # @EXAMPLE: -# @CODE@ +# @CODE # inherit pypi # # SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")" # S=${WORKDIR}/${P^} -# @CODE@ +# @CODE case ${EAPI} in 7|8) ;;