commit:     359c32e4437f309b2050cc7fe9723fb2ebf04c00
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 20:04:06 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 20:04:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359c32e4

sys-power/upower: drop -Dudevrulesdir

We depend on virtual/udev, which should ensure that udev.pc is
available.

Bug: https://bugs.gentoo.org/916677
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-power/upower/upower-0.99.20.ebuild | 3 +--
 sys-power/upower/upower-1.90.2.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-power/upower/upower-0.99.20.ebuild 
b/sys-power/upower/upower-0.99.20.ebuild
index 352adea8ecde..1d77e3a26159 100644
--- a/sys-power/upower/upower-0.99.20.ebuild
+++ b/sys-power/upower/upower-0.99.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -83,7 +83,6 @@ src_configure() {
                -Dman=true
                $(meson_use doc gtk-doc)
                $(meson_feature introspection)
-               -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
                -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
                -Dos_backend="${backend}"
                $(meson_feature ios idevice)

diff --git a/sys-power/upower/upower-1.90.2.ebuild 
b/sys-power/upower/upower-1.90.2.ebuild
index 04bbbd818ccb..f8db0cce5a01 100644
--- a/sys-power/upower/upower-1.90.2.ebuild
+++ b/sys-power/upower/upower-1.90.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -82,7 +82,6 @@ src_configure() {
                -Dman=true
                $(meson_use doc gtk-doc)
                $(meson_feature introspection)
-               -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
                -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
                -Dos_backend="${backend}"
                $(meson_feature ios idevice)

Reply via email to