From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1232184-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9315413835A for <garchives@archives.gentoo.org>; Fri, 18 Dec 2020 09:00:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C109AE09B7; Fri, 18 Dec 2020 09:00:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2BB8E09B8 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Dec 2020 09:00:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71942340E88 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Dec 2020 09:00:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A218342F for <gentoo-commits@lists.gentoo.org>; Fri, 18 Dec 2020 09:00:41 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1608282023.e756276206ea79a54f78aaba013f1c209b7364ce.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-boxes/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-boxes/gnome-boxes-3.36.6.ebuild X-VCS-Directories: gnome-extra/gnome-boxes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e756276206ea79a54f78aaba013f1c209b7364ce X-VCS-Branch: master Date: Fri, 18 Dec 2020 09:00:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac8b4bd0-4f27-4a76-9de1-c82a883ce1eb X-Archives-Hash: e609e73bcc805f7979ec81930b7d737a commit: e756276206ea79a54f78aaba013f1c209b7364ce Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 18 08:57:27 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 18 09:00:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7562762 gnome-extra/gnome-boxes: Inline virtual/cdrtools Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> gnome-extra/gnome-boxes/gnome-boxes-3.36.6.ebuild | 4 ++-- 1 file 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 098d16b342b..bae4e2ebd19 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