commit:     5139a619a69f9e814f1f88970f2b3a0ea5815d56
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 12:37:32 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 12:39:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5139a619

net-misc/ofono: fix broken config() args

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-misc/ofono/ofono-2.3.ebuild | 2 +-
 net-misc/ofono/ofono-2.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ofono/ofono-2.3.ebuild b/net-misc/ofono/ofono-2.3.ebuild
index 544ccf185011..69e1ff1a5624 100644
--- a/net-misc/ofono/ofono-2.3.ebuild
+++ b/net-misc/ofono/ofono-2.3.ebuild
@@ -43,7 +43,7 @@ src_configure() {
                $(use_enable examples test) \
                $(use_enable upower) \
                --disable-maintainer-mode \
-               --disable-rilmodem
+               --disable-rilmodem \
                --localstatedir=/var \
                --with-systemdunitdir="$(systemd_get_systemunitdir)"
 }

diff --git a/net-misc/ofono/ofono-2.9.ebuild b/net-misc/ofono/ofono-2.9.ebuild
index e405fffeba77..22baae9798b5 100644
--- a/net-misc/ofono/ofono-2.9.ebuild
+++ b/net-misc/ofono/ofono-2.9.ebuild
@@ -42,7 +42,7 @@ src_configure() {
                $(use_enable examples test) \
                $(use_enable upower) \
                --disable-maintainer-mode \
-               --disable-rilmodem
+               --disable-rilmodem \
                --localstatedir=/var \
                --with-systemdunitdir="$(systemd_get_systemunitdir)"
 }

Reply via email to