commit: cab433d27bd647775d6bb508bcc1a08641731d26
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 10:35:08 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 11:24:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab433d2
dev-python/nuitka: Stop abusing ${PN}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nuitka/nuitka-1.2.6.ebuild | 2 +-
dev-python/nuitka/nuitka-1.2.7.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/nuitka/nuitka-1.2.6.ebuild
b/dev-python/nuitka/nuitka-1.2.6.ebuild
index b55f0385d58a..5072e727e4eb 100644
--- a/dev-python/nuitka/nuitka-1.2.6.ebuild
+++ b/dev-python/nuitka/nuitka-1.2.6.ebuild
@@ -36,7 +36,7 @@ DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
distutils-r1_src_prepare() {
# remove vendored version of SCons that is Python2 only
# this should be removed when upstream removes support for Python2
- rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
+ rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
eapply_user
}
diff --git a/dev-python/nuitka/nuitka-1.2.7.ebuild
b/dev-python/nuitka/nuitka-1.2.7.ebuild
index b55f0385d58a..5072e727e4eb 100644
--- a/dev-python/nuitka/nuitka-1.2.7.ebuild
+++ b/dev-python/nuitka/nuitka-1.2.7.ebuild
@@ -36,7 +36,7 @@ DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
distutils-r1_src_prepare() {
# remove vendored version of SCons that is Python2 only
# this should be removed when upstream removes support for Python2
- rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
+ rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
eapply_user
}