diff options
author | LinuxUserGD <hugegameartgd@gmail.com> | 2024-02-14 19:37:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-14 21:31:50 +0100 |
commit | 8ba2bff67eee79c0342063107fc910f7d92a643e (patch) | |
tree | 7ccf1339139137c6c99cb380710299ec3a5be53c /dev-python/Nuitka | |
parent | dev-python/uvloop: Remove old (diff) | |
download | gentoo-8ba2bff67eee79c0342063107fc910f7d92a643e.tar.gz gentoo-8ba2bff67eee79c0342063107fc910f7d92a643e.tar.bz2 gentoo-8ba2bff67eee79c0342063107fc910f7d92a643e.zip |
dev-python/Nuitka: dev-util/patchelf optfeature
chrpath was removed and replaced with patchelf
Closes: https://bugs.gentoo.org/924586
Signed-off-by: LinuxUserGD <hugegameartgd@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35326
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/Nuitka')
-rw-r--r-- | dev-python/Nuitka/Nuitka-2.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/Nuitka/Nuitka-2.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/Nuitka/Nuitka-2.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/Nuitka/Nuitka-2.0.1.ebuild b/dev-python/Nuitka/Nuitka-2.0.1.ebuild index 2df076ff3e01..123acd66de1f 100644 --- a/dev-python/Nuitka/Nuitka-2.0.1.ebuild +++ b/dev-python/Nuitka/Nuitka-2.0.1.ebuild @@ -48,5 +48,5 @@ python_test() { } pkg_postinst() { - optfeature "support for stand-alone executables" app-admin/chrpath + optfeature "support for stand-alone executables" dev-util/patchelf } diff --git a/dev-python/Nuitka/Nuitka-2.0.2.ebuild b/dev-python/Nuitka/Nuitka-2.0.2.ebuild index 2df076ff3e01..123acd66de1f 100644 --- a/dev-python/Nuitka/Nuitka-2.0.2.ebuild +++ b/dev-python/Nuitka/Nuitka-2.0.2.ebuild @@ -48,5 +48,5 @@ python_test() { } pkg_postinst() { - optfeature "support for stand-alone executables" app-admin/chrpath + optfeature "support for stand-alone executables" dev-util/patchelf } diff --git a/dev-python/Nuitka/Nuitka-2.0.ebuild b/dev-python/Nuitka/Nuitka-2.0.ebuild index d7f62560068e..589498093801 100644 --- a/dev-python/Nuitka/Nuitka-2.0.ebuild +++ b/dev-python/Nuitka/Nuitka-2.0.ebuild @@ -48,5 +48,5 @@ python_test() { } pkg_postinst() { - optfeature "support for stand-alone executables" app-admin/chrpath + optfeature "support for stand-alone executables" dev-util/patchelf } |