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 /sys-apps/roccat-tools | |
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 'sys-apps/roccat-tools')
-rw-r--r-- | sys-apps/roccat-tools/roccat-tools-5.7.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/roccat-tools/roccat-tools-5.7.0.ebuild b/sys-apps/roccat-tools/roccat-tools-5.7.0.ebuild index ddaecc9fce6f..f8ddfcc8bd64 100644 --- a/sys-apps/roccat-tools/roccat-tools-5.7.0.ebuild +++ b/sys-apps/roccat-tools/roccat-tools-5.7.0.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 @@ -46,11 +46,11 @@ RDEPEND=" dev-libs/dbus-glib dev-libs/glib:2 >=dev-libs/libgaminggear-0.15.1 + dev-libs/libgudev:= sys-apps/dbus x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 - virtual/libgudev:= virtual/libusb:1 input_devices_roccat_ryosmk? ( || ( dev-lang/lua:5.1 dev-lang/lua:0 ) ) input_devices_roccat_ryosmkfx? ( || ( dev-lang/lua:5.1 dev-lang/lua:0 ) ) diff --git a/sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild b/sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild index 1f81be7eaa34..db2565cfe822 100644 --- a/sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild +++ b/sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild @@ -48,11 +48,11 @@ RDEPEND=" dev-libs/dbus-glib dev-libs/glib:2 >=dev-libs/libgaminggear-0.15.1 + dev-libs/libgudev:= sys-apps/dbus x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 - virtual/libgudev:= virtual/libusb:1 input_devices_roccat_ryosmk? ( ${LUA_DEPEND} ) input_devices_roccat_ryosmkfx? ( ${LUA_DEPEND} ) |