From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 86334138334 for ; Sun, 28 Jul 2019 18:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29B9AE0805; Sun, 28 Jul 2019 18:22:02 +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 0B512E0805 for ; Sun, 28 Jul 2019 18:22:02 +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 01FBB348E60 for ; Sun, 28 Jul 2019 18:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68DC073B for ; Sun, 28 Jul 2019 18:21:59 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1564338093.ef5221b9bc85d613b98d77311d93dd67506e6fcc.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-2.2.0.ebuild app-emulation/virt-manager/virt-manager-9999.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: ef5221b9bc85d613b98d77311d93dd67506e6fcc X-VCS-Branch: master Date: Sun, 28 Jul 2019 18:21:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df3f659a-d938-4f9c-9564-59c686000ac1 X-Archives-Hash: 95d401fe86d8a94451711ce5b3d8b899 commit: ef5221b9bc85d613b98d77311d93dd67506e6fcc Author: Matthias Maier gentoo org> AuthorDate: Sun Jul 28 18:15:51 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Jul 28 18:21:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5221b9 app-emulation/virt-manager: fix dependencies Closes: https://bugs.gentoo.org/690820 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Matthias Maier gentoo.org> app-emulation/virt-manager/virt-manager-2.2.0.ebuild | 2 +- app-emulation/virt-manager/virt-manager-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/virt-manager/virt-manager-2.2.0.ebuild b/app-emulation/virt-manager/virt-manager-2.2.0.ebuild index 0cf20e4a304..5472726ccd7 100644 --- a/app-emulation/virt-manager/virt-manager-2.2.0.ebuild +++ b/app-emulation/virt-manager/virt-manager-2.2.0.ebuild @@ -41,7 +41,7 @@ RDEPEND="!app-emulation/virtinst net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] net-misc/x11-ssh-askpass x11-libs/gtk+:3[introspection] - x11-libs/gtksourceview:4 + x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] gnome-keyring? ( gnome-base/libgnome-keyring ) policykit? ( sys-auth/polkit[introspection] ) diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 0cf20e4a304..5472726ccd7 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -41,7 +41,7 @@ RDEPEND="!app-emulation/virtinst net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] net-misc/x11-ssh-askpass x11-libs/gtk+:3[introspection] - x11-libs/gtksourceview:4 + x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] gnome-keyring? ( gnome-base/libgnome-keyring ) policykit? ( sys-auth/polkit[introspection] )