diff options
author | Sam James <sam@gentoo.org> | 2024-10-09 11:13:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-09 11:16:35 +0100 |
commit | 493aeadc026ba93b170cd87a993ee003868d7767 (patch) | |
tree | 3f9db22ddde9c55bf840ea927bce273edce72504 /dev-build | |
parent | dev-python/setproctitle: add note re DISTUTILS_EXT (diff) | |
download | gentoo-493aeadc026ba93b170cd87a993ee003868d7767.tar.gz gentoo-493aeadc026ba93b170cd87a993ee003868d7767.tar.bz2 gentoo-493aeadc026ba93b170cd87a993ee003868d7767.zip |
dev-build/kas: cleanup MY_P
Not needed, it was leftover from pypi.eclass experimentation, see
https://github.com/gentoo/gentoo/pull/38767#discussion_r1793251402.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/kas/kas-4.5-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-build/kas/kas-4.5-r1.ebuild b/dev-build/kas/kas-4.5-r1.ebuild index 8891bfda5007..093c0a1dacdb 100644 --- a/dev-build/kas/kas-4.5-r1.ebuild +++ b/dev-build/kas/kas-4.5-r1.ebuild @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -MY_P="kas-${PV}" DESCRIPTION="Setup tool for bitbake based projects" HOMEPAGE=" https://github.com/siemens/kas @@ -18,7 +17,7 @@ HOMEPAGE=" # pypi does not package tests SRC_URI=" https://github.com/siemens/kas/archive/refs/tags/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz + -> ${P}.gh.tar.gz " LICENSE="MIT" |