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 33449138239 for ; Sat, 14 Mar 2020 20:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7236BE0BAC; Sat, 14 Mar 2020 20:59:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55867E0BAC for ; Sat, 14 Mar 2020 20:59:15 +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 8614C34EEAB for ; Sat, 14 Mar 2020 20:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419F017 for ; Sat, 14 Mar 2020 20:59:13 +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: <1584219506.b6abe6f15c35a0e206235d295e9828a6b1b250b3.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild X-VCS-Directories: app-emulation/spice-vdagent/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: b6abe6f15c35a0e206235d295e9828a6b1b250b3 X-VCS-Branch: master Date: Sat, 14 Mar 2020 20:59:13 +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: 51d1158e-2adb-4d06-ad94-f16d9d0d3a8c X-Archives-Hash: ad94f60ff71076d4414aae0a0908a8fb commit: b6abe6f15c35a0e206235d295e9828a6b1b250b3 Author: Matthias Maier gentoo org> AuthorDate: Sat Mar 14 20:58:26 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Mar 14 20:58:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6abe6f1 app-emulation/spice-vdagent: fix dependency on glib Closes: https://bugs.gentoo.org/698616 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Matthias Maier gentoo.org> app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild index 3610881932b..2cac3817d76 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="consolekit gtk selinux systemd" CDEPEND=" + dev-libs/glib:2 >=app-emulation/spice-protocol-0.14.0 media-libs/alsa-lib >=x11-libs/libpciaccess-0.10