diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-30 13:48:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-30 13:50:25 +0100 |
commit | b75072c743edc3446a4541e792725e306adac0e1 (patch) | |
tree | f38034286ff6e863aebedfacedd9944c91765b22 /app-mobilephone | |
parent | virtual/libgudev: Remove old (diff) | |
download | gentoo-b75072c743edc3446a4541e792725e306adac0e1.tar.gz gentoo-b75072c743edc3446a4541e792725e306adac0e1.tar.bz2 gentoo-b75072c743edc3446a4541e792725e306adac0e1.zip |
app-mobilephone/gammu: virtual/libgudev → dev-libs/libgudev
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gammu/gammu-1.41.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/gammu/gammu-1.41.0.ebuild b/app-mobilephone/gammu/gammu-1.41.0.ebuild index 2af395f25322..fcfddd4947de 100644 --- a/app-mobilephone/gammu/gammu-1.41.0.ebuild +++ b/app-mobilephone/gammu/gammu-1.41.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ IUSE="bluetooth curl dbi debug irda mysql nls odbc postgres usb" DEPEND=" dev-libs/glib:2= - virtual/libgudev:= + dev-libs/libgudev:= virtual/libiconv bluetooth? ( net-wireless/bluez:= ) curl? ( net-misc/curl:= ) |