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 /media-sound/gnomad
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 'media-sound/gnomad')
-rw-r--r--media-sound/gnomad/gnomad-2.9.6.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/media-sound/gnomad/gnomad-2.9.6.ebuild b/media-sound/gnomad/gnomad-2.9.6.ebuild
index 14e8e6ce2e86..fb2ee99ca369 100644
--- a/media-sound/gnomad/gnomad-2.9.6.ebuild
+++ b/media-sound/gnomad/gnomad-2.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,12 +15,13 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="nls"
-RDEPEND="media-libs/libid3tag
+RDEPEND="
+ dev-libs/libgudev:=
+ media-libs/libid3tag
media-libs/libmtp
media-libs/libnjb
media-libs/taglib
- >=x11-libs/gtk+-2.24:2
- virtual/libgudev:="
+ >=x11-libs/gtk+-2.24:2"
DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( dev-util/intltool sys-devel/gettext )"