summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-26 11:47:18 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-26 16:47:44 +0200
commit61e052196a6341511a8c439fce65910b58e638bb (patch)
treee010f9f38d55e382fefde0c945a9265eca088de8 /net-libs/libqmi/libqmi-9999.ebuild
parentprofiles: Mask media-video/minitube for removal (diff)
downloadgentoo-61e052196a6341511a8c439fce65910b58e638bb.tar.gz
gentoo-61e052196a6341511a8c439fce65910b58e638bb.tar.bz2
gentoo-61e052196a6341511a8c439fce65910b58e638bb.zip
*/*: Replace virtual/libgudev with dev-libs/libgudev
Replace all virtual/libgudev deps. Without revbumps, since the removal is not urgent and we can wait some for bumps to happen. Bug: https://bugs.gentoo.org/697100 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/libqmi/libqmi-9999.ebuild')
-rw-r--r--net-libs/libqmi/libqmi-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libqmi/libqmi-9999.ebuild b/net-libs/libqmi/libqmi-9999.ebuild
index 37e9191d90cb..9ae85656240c 100644
--- a/net-libs/libqmi/libqmi-9999.ebuild
+++ b/net-libs/libqmi/libqmi-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -20,7 +20,7 @@ SLOT="0/5.1" # soname of libqmi-glib.so
IUSE="doc +mbim static-libs"
RDEPEND=">=dev-libs/glib-2.36
- virtual/libgudev
+ dev-libs/libgudev
mbim? ( >=net-libs/libmbim-1.14.0 )"
DEPEND="${RDEPEND}
doc? ( dev-util/gtk-doc )