diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-26 11:47:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-26 16:47:44 +0200 |
commit | 61e052196a6341511a8c439fce65910b58e638bb (patch) | |
tree | e010f9f38d55e382fefde0c945a9265eca088de8 /media-sound/rhythmbox | |
parent | profiles: Mask media-video/minitube for removal (diff) | |
download | gentoo-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 'media-sound/rhythmbox')
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-3.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild index 89c3a913df8c..5e1ce69f5026 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild @@ -50,7 +50,7 @@ COMMON_DEPEND=" >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] ) udev? ( - virtual/libgudev:= + dev-libs/libgudev:= ipod? ( >=media-libs/libgpod-0.7.92[udev] ) mtp? ( >=media-libs/libmtp-0.3 ) ) " |