diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-05-07 21:30:26 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-05-07 22:22:33 +0200 |
commit | 6d0633eecbefc90f5eda2014cd057d3c0a622986 (patch) | |
tree | d7792554c1ea47c73258c789f9ed8008ec0ab1b6 /dev-util | |
parent | sci-libs/datasets: new package, add 2.11.0 (diff) | |
download | gentoo-6d0633eecbefc90f5eda2014cd057d3c0a622986.tar.gz gentoo-6d0633eecbefc90f5eda2014cd057d3c0a622986.tar.bz2 gentoo-6d0633eecbefc90f5eda2014cd057d3c0a622986.zip |
dev-util/blueprint-compiler: fix wrong python shebang
Closes: https://bugs.gentoo.org/905896
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r2.ebuild (renamed from dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r2.ebuild index 852b7a270164..ac641531a22f 100644 --- a/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild +++ b/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r2.ebuild @@ -62,5 +62,6 @@ src_compile() { src_install() { meson_src_install + python_fix_shebang "${ED}"/usr/bin python_optimize } |