summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-09-24 17:49:51 -0400
committerMike Gilbert <floppym@gentoo.org>2022-09-24 17:50:31 -0400
commit8f06228aacc6bfecbf950cfce3a9661efe5e16b7 (patch)
treef92b738b04a937512da60c8d393b9672221cf238 /sys-apps/dbus
parentsys-process/cronie: install /etc/cron.d/0hourly unconditionally (diff)
downloadgentoo-8f06228aacc6bfecbf950cfce3a9661efe5e16b7.tar.gz
gentoo-8f06228aacc6bfecbf950cfce3a9661efe5e16b7.tar.bz2
gentoo-8f06228aacc6bfecbf950cfce3a9661efe5e16b7.zip
sys-apps/dbus: pass --runstatedir to configure
Closes: https://bugs.gentoo.org/872623 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/dbus-1.14.0-r7.ebuild (renamed from sys-apps/dbus/dbus-1.14.0-r6.ebuild)1
-rw-r--r--sys-apps/dbus/dbus-1.15.0-r1.ebuild (renamed from sys-apps/dbus/dbus-1.15.0.ebuild)1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/dbus/dbus-1.14.0-r6.ebuild b/sys-apps/dbus/dbus-1.14.0-r7.ebuild
index 9099c43f85b6..749b27116955 100644
--- a/sys-apps/dbus/dbus-1.14.0-r6.ebuild
+++ b/sys-apps/dbus/dbus-1.14.0-r7.ebuild
@@ -127,6 +127,7 @@ multilib_src_configure() {
# not on an SELinux profile.
myconf=(
--localstatedir="${EPREFIX}/var"
+ --runstatedir="${EPREFIX}${rundir}"
$(use_enable static-libs static)
$(use_enable debug verbose-mode)
--disable-asserts
diff --git a/sys-apps/dbus/dbus-1.15.0.ebuild b/sys-apps/dbus/dbus-1.15.0-r1.ebuild
index fd178a8b873f..335f13582113 100644
--- a/sys-apps/dbus/dbus-1.15.0.ebuild
+++ b/sys-apps/dbus/dbus-1.15.0-r1.ebuild
@@ -124,6 +124,7 @@ multilib_src_configure() {
# not on an SELinux profile.
myconf=(
--localstatedir="${EPREFIX}/var"
+ --runstatedir="${EPREFIX}${rundir}"
$(use_enable static-libs static)
$(use_enable debug verbose-mode)
--disable-asserts