diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 11:29:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:09 +0100 |
commit | 753deb893d7b7a9731595b0124ab71300496a76f (patch) | |
tree | 7263c5fb88af26acd75ea791e2755d2b0a7b8c3e /net-misc/ofono | |
parent | net-misc/ntpsec: add explicit epatch inherit (diff) | |
download | gentoo-753deb893d7b7a9731595b0124ab71300496a76f.tar.gz gentoo-753deb893d7b7a9731595b0124ab71300496a76f.tar.bz2 gentoo-753deb893d7b7a9731595b0124ab71300496a76f.zip |
net-misc/ofono: eutils--, multilib--, BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ofono')
-rw-r--r-- | net-misc/ofono/ofono-1.31.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild index 444df24a6f59..58649d94fcc9 100644 --- a/net-misc/ofono/ofono-1.31.ebuild +++ b/net-misc/ofono/ofono-1.31.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils multilib systemd +inherit systemd DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon" HOMEPAGE="https://01.org/ofono" @@ -23,8 +23,8 @@ RDEPEND=">=sys-apps/dbus-1.4 udev? ( virtual/udev ) examples? ( dev-python/dbus-python ) tools? ( virtual/libusb:1 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( ChangeLog AUTHORS ) |