commit: 7402a6d4ce86d2304ee97686928d4a4c30da238d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 04:32:48 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 07:40:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7402a6d4
sys-auth/elogind: Add execution bit on tools where missing Closes: https://bugs.gentoo.org/933398 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-auth/elogind/elogind-252.9-r2.ebuild | 5 +++-- sys-auth/elogind/files/elogind-252.9-py-exec.patch | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/sys-auth/elogind/elogind-252.9-r2.ebuild b/sys-auth/elogind/elogind-252.9-r2.ebuild index 6c9522bc9e1a..724707290b27 100644 --- a/sys-auth/elogind/elogind-252.9-r2.ebuild +++ b/sys-auth/elogind/elogind-252.9-r2.ebuild @@ -54,8 +54,9 @@ DOCS=( README.md) PATCHES=( "${FILESDIR}/${P}-nodocs.patch" - "${FILESDIR}/${PN}-252.9-musl-lfs.patch" - "${FILESDIR}/${PN}-252.9-musl-1.2.5.patch" + "${FILESDIR}/${P}-musl-lfs.patch" + "${FILESDIR}/${P}-musl-1.2.5.patch" + "${FILESDIR}/${P}-py-exec.patch" # bug 933398 ) python_check_deps() { diff --git a/sys-auth/elogind/files/elogind-252.9-py-exec.patch b/sys-auth/elogind/files/elogind-252.9-py-exec.patch new file mode 100644 index 000000000000..05f37e64d29b --- /dev/null +++ b/sys-auth/elogind/files/elogind-252.9-py-exec.patch @@ -0,0 +1,19 @@ +From f56b6bfa18b6b582619074135b07ff35a84e6a01 Mon Sep 17 00:00:00 2001 +From: Sven Eden <[email protected]> +Date: Wed, 1 Nov 2023 15:14:01 +0100 +Subject: [PATCH] Add execution bit on tools that had it missing. + +Signed-off-by: Sven Eden <[email protected]> +--- + tools/dbus_exporter.py | 0 + tools/meson-render-jinja2.py | 0 + 3 files changed, 0 insertions(+), 0 deletions(-) + mode change 100644 => 100755 tools/dbus_exporter.py + mode change 100644 => 100755 tools/meson-render-jinja2.py + +diff --git a/tools/dbus_exporter.py b/tools/dbus_exporter.py +old mode 100644 +new mode 100755 +diff --git a/tools/meson-render-jinja2.py b/tools/meson-render-jinja2.py +old mode 100644 +new mode 100755
