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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96306158095 for ; Fri, 19 Aug 2022 07:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D880E086C; Fri, 19 Aug 2022 07:11:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F22DE086C for ; Fri, 19 Aug 2022 07:11:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01DC6340FDB for ; Fri, 19 Aug 2022 07:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BF6B500 for ; Fri, 19 Aug 2022 07:11:18 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1660893067.ce2149563ce5541877dc29a99f4c549ebc4965e0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-viewer/virt-viewer-11.0.ebuild X-VCS-Directories: app-emulation/virt-viewer/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ce2149563ce5541877dc29a99f4c549ebc4965e0 X-VCS-Branch: master Date: Fri, 19 Aug 2022 07:11:18 +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: 020952a0-da2c-414b-871c-41e0ecc9aa0b X-Archives-Hash: dd242bd0642baf22b070b001d9ea414c commit: ce2149563ce5541877dc29a99f4c549ebc4965e0 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Aug 19 07:11:07 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Aug 19 07:11:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce214956 app-emulation/virt-viewer: amd64 stable wrt bug #865729 Signed-off-by: Agostino Sarubbo gentoo.org> app-emulation/virt-viewer/virt-viewer-11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild index f90932e555c0..da805aee42f0 100644 --- a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild +++ b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+libvirt sasl +spice +vnc vte" RDEPEND="dev-libs/glib:2