[gentoo-dev] [PATCH 5/5] sys-apps/dbus: pass systemduserunitdir to configure

2021-09-18 Thread Mike Gilbert
Closes: https://bugs.gentoo.org/813639 Signed-off-by: Mike Gilbert --- sys-apps/dbus/dbus-1.12.20-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/dbus/dbus-1.12.20-r3.ebuild b/sys-apps/dbus/dbus-1.12.20-r3.ebuild index f175a20c1ae..d108b73feed 100644 ---

[gentoo-dev] [PATCH 4/5] sys-apps/gentoo-systemd-integration: pass systemd dirs to configure

2021-09-18 Thread Mike Gilbert
This prevents install paths from being prefixed with SYSROOT by pkg-config. Bug: https://bugs.gentoo.org/813639 Signed-off-by: Mike Gilbert --- .../gentoo-systemd-integration-8.ebuild | 10 ++ .../gentoo-systemd-integration-9.ebuild | 12 +++-

[gentoo-dev] [PATCH 3/5] systemd.eclass: introduce systemd_get_systempresetdir

2021-09-18 Thread Mike Gilbert
Bug: https://bugs.gentoo.org/813639 Signed-off-by: Mike Gilbert --- eclass/systemd.eclass | 18 ++ 1 file changed, 18 insertions(+) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index c80c4c43f31..7731bede094 100644 --- a/eclass/systemd.eclass +++

[gentoo-dev] [PATCH 2/5] udev.eclass: set PKG_CONFIG_FDO_SYSROOT_RULES

2021-09-18 Thread Mike Gilbert
This prevents pkgconf from prepending install paths with SYSROOT. Bug: https://bugs.gentoo.org/813639 Signed-off-by: Mike Gilbert --- eclass/udev.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/udev.eclass b/eclass/udev.eclass index 7f9415914cd..073e5d8acbc 100644 ---

[gentoo-dev] [PATCH 1/5] systemd.eclass: set PKG_CONFIG_FDO_SYSROOT_RULES

2021-09-18 Thread Mike Gilbert
This prevents pkgconf from prepending install paths with SYSROOT. Bug: https://bugs.gentoo.org/813639 Signed-off-by: Mike Gilbert --- eclass/systemd.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 27e4dcae1ff..c80c4c43f31 100644