Сравнение ofono-2.14 с ofono-2.18
| /usr/portage/net-misc/ofono/ofono-2.18.ebuild 2026-06-10 19:17:07.223657942 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| 14 | 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" |
|
| 15 |
IUSE="+atmodem bluetooth +datafiles doc dundee examples +isimodem +phonesim +qmimodem selinux system-ell tools +udev upower" |
|
| 16 | 16 | |
| 17 | 17 |
REQUIRED_USE="dundee? ( bluetooth )" |
| 18 | 18 | |
| 19 | 19 |
RDEPEND=">=sys-apps/dbus-1.6 |
| 20 | 20 |
>=dev-libs/glib-2.68 |
| 21 |
system-ell? ( >=dev-libs/ell-0.79 ) |
|
| 21 | 22 |
net-misc/mobile-broadband-provider-info |
| 22 | 23 |
bluetooth? ( >=net-wireless/bluez-4.99 ) |
| 23 | 24 |
udev? ( virtual/udev ) |
| 24 | 25 |
examples? ( dev-python/dbus-python ) |
| 25 | 26 |
tools? ( virtual/libusb:1 )" |
| 26 | 27 |
DEPEND="${RDEPEND}"
|
| 28 |
RDEPEND+=" selinux? ( sec-policy/selinux-ofono )" |
|
| 27 | 29 |
BDEPEND="virtual/pkgconfig" |
| 28 | 30 | |
| 29 | 31 |
DOCS=( ChangeLog AUTHORS ) |
| ... | ... | |
| 41 | 43 |
$(use_enable tools) \ |
| 42 | 44 |
$(use_enable examples test) \ |
| 43 | 45 |
$(use_enable upower) \ |
| 46 |
$(use_enable system-ell external-ell) \ |
|
| 44 | 47 |
--disable-maintainer-mode \ |
| 45 | 48 |
--disable-rilmodem \ |
| 46 | 49 |
--localstatedir=/var \ |