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/pragha | |
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/pragha')
-rw-r--r-- | media-sound/pragha/pragha-1.3.4.ebuild | 2 | ||||
-rw-r--r-- | media-sound/pragha/pragha-1.3.99.1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/pragha/pragha-1.3.99.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/pragha/pragha-1.3.4.ebuild b/media-sound/pragha/pragha-1.3.4.ebuild index 24f7053da9d2..723eee3c53bf 100644 --- a/media-sound/pragha/pragha-1.3.4.ebuild +++ b/media-sound/pragha/pragha-1.3.4.ebuild @@ -34,7 +34,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3= playlist? ( >=dev-libs/totem-pl-parser-2.26:= ) rygel? ( >=net-misc/rygel-0.20:= ) soup? ( >=net-libs/libsoup-2.38:= ) - udev? ( virtual/libgudev:= )" + udev? ( dev-libs/libgudev:= )" RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-meta:1.0" DEPEND="${COMMON_DEPEND} diff --git a/media-sound/pragha/pragha-1.3.99.1.ebuild b/media-sound/pragha/pragha-1.3.99.1.ebuild index c60f3ad27eab..c05a03a33111 100644 --- a/media-sound/pragha/pragha-1.3.99.1.ebuild +++ b/media-sound/pragha/pragha-1.3.99.1.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3= playlist? ( >=dev-libs/totem-pl-parser-2.26:= ) rygel? ( >=net-misc/rygel-0.26 ) soup? ( >=net-libs/libsoup-2.38:= ) - udev? ( virtual/libgudev:= )" + udev? ( dev-libs/libgudev:= )" RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-meta:1.0" DEPEND="${COMMON_DEPEND} diff --git a/media-sound/pragha/pragha-1.3.99.ebuild b/media-sound/pragha/pragha-1.3.99.ebuild index 54229d1b0085..10930450160f 100644 --- a/media-sound/pragha/pragha-1.3.99.ebuild +++ b/media-sound/pragha/pragha-1.3.99.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3= playlist? ( >=dev-libs/totem-pl-parser-2.26:= ) rygel? ( >=net-misc/rygel-0.26:= ) soup? ( >=net-libs/libsoup-2.38:= ) - udev? ( virtual/libgudev:= )" + udev? ( dev-libs/libgudev:= )" RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-meta:1.0" DEPEND="${COMMON_DEPEND} |