Diff ofono-2.1 with a ofono-2.14

/usr/portage/net-misc/ofono/ofono-2.14.ebuild 2025-07-29 16:22:17.284467543 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
15
IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem tools +udev upower"
14
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
15
IUSE="+atmodem bluetooth +datafiles doc dundee examples +isimodem +phonesim +qmimodem tools +udev upower"
16 16

  
17 17
REQUIRED_USE="dundee? ( bluetooth )"
18 18

  
......
33 33
		$(use_enable udev) \
34 34
		$(use_enable isimodem) \
35 35
		$(use_enable atmodem) \
36
		$(use_enable cdmamodem) \
37 36
		$(use_enable datafiles) \
38 37
		$(use_enable dundee) \
39 38
		$(use_enable bluetooth) \
40 39
		$(use_enable phonesim) \
41
		$(use_enable provision) \
42 40
		$(use_enable qmimodem) \
43 41
		$(use_enable tools) \
44 42
		$(use_enable examples test) \
45 43
		$(use_enable upower) \
46 44
		--disable-maintainer-mode \
47
		--disable-rilmodem
45
		--disable-rilmodem \
48 46
		--localstatedir=/var \
49 47
		--with-systemdunitdir="$(systemd_get_systemunitdir)"
50 48
}
......
55 53
	if use tools ; then
56 54
		dobin tools/auto-enable \
57 55
			tools/huawei-audio \
58
			tools/lookup-provider-name \
59 56
			tools/lookup-apn \
60 57
			tools/get-location \
61 58
			tools/tty-redirector
Thank you!