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-video/handbrake/handbrake-1.1.2.ebuild | |
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-video/handbrake/handbrake-1.1.2.ebuild')
-rw-r--r-- | media-video/handbrake/handbrake-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/handbrake/handbrake-1.1.2.ebuild b/media-video/handbrake/handbrake-1.1.2.ebuild index 6e3559d14f9a..5ab5c42c603c 100644 --- a/media-video/handbrake/handbrake-1.1.2.ebuild +++ b/media-video/handbrake/handbrake-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -58,11 +58,11 @@ RDEPEND=" >=x11-libs/gtk+-3.10 dev-libs/dbus-glib dev-libs/glib:2 + dev-libs/libgudev:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libnotify x11-libs/pango - virtual/libgudev:= ) fdk? ( media-libs/fdk-aac ) x265? ( >=media-libs/x265-1.7:0= ) |