diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-22 15:39:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-22 15:39:37 +0100 |
commit | 12783bf82788b83a015afa21f6f9941e5f8b4d50 (patch) | |
tree | 5bf1a674fc9f3c00b04611319caaaf517a12b019 /eclass | |
parent | dev-python/google-api-python-client: Remove old (diff) | |
download | gentoo-12783bf82788b83a015afa21f6f9941e5f8b4d50.tar.gz gentoo-12783bf82788b83a015afa21f6f9941e5f8b4d50.tar.bz2 gentoo-12783bf82788b83a015afa21f6f9941e5f8b4d50.zip |
pypi.eclass: Fix @CODE eclassdoc tag
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/pypi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index 182b0b6b8c3e..79007a2ad0ed 100644 --- a/eclass/pypi.eclass +++ b/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) ;; |