summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-18 09:57:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-18 10:00:23 +0100
commite756276206ea79a54f78aaba013f1c209b7364ce (patch)
treedf712ea291ab47de68fe7bd76b511cfb9644d925
parentdev-util/diffoscope: Inline virtual/cdrtools (diff)
downloadgentoo-e756276206ea79a54f78aaba013f1c209b7364ce.tar.gz
gentoo-e756276206ea79a54f78aaba013f1c209b7364ce.tar.bz2
gentoo-e756276206ea79a54f78aaba013f1c209b7364ce.zip
gnome-extra/gnome-boxes: Inline virtual/cdrtools
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--gnome-extra/gnome-boxes/gnome-boxes-3.36.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.36.6.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-3.36.6.ebuild
index 098d16b342b9..bae4e2ebd197 100644
--- a/gnome-extra/gnome-boxes/gnome-boxes-3.36.6.ebuild
+++ b/gnome-extra/gnome-boxes/gnome-boxes-3.36.6.ebuild
@@ -42,19 +42,19 @@ DEPEND="
" # gobject-introspection needed for libovf subproject (and gtk-frdp subproject with USE=rdp)
# These are called via exec():
# sys-fs/mtools mcopy for unattended file copying for files that libarchive doesn't support
-# virtual/cdrtools mkisofs is needed for unattended installer secondary disk image creation
+# app-cdr/cdrtools mkisofs is needed for unattended installer secondary disk image creation
# app-emulation/libguestfs virt-sysprep is used for VM cloing, if not there, it logs debug and doesn't function
# sys-apps/policycoreutils restorecon is used for checking selinux context
# app-emulation/libvirt virsh used for various checks (and we need the library anyways)
# sys-auth/polkit used for making all libvirt system disks readable via "pkexec chmod a+r" that aren't already readable to the user (libvirt system importer)
# app-emulation/qemu qemu-img used to convert image to QCOW2 format during copy
RDEPEND="${DEPEND}
+ app-cdr/cdrtools
>=app-misc/tracker-miners-2[iso]
app-emulation/spice[smartcard]
>=app-emulation/libvirt-0.9.3[libvirtd,qemu]
>=app-emulation/qemu-1.3.1[spice,smartcard,usbredir]
sys-fs/mtools
- virtual/cdrtools
sys-auth/polkit
"
# gtk-frdp generates gir and needs gtk+ introspection for it