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 04706158031 for ; Fri, 3 Mar 2023 18:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E854E089A; Fri, 3 Mar 2023 18:47:15 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34985E089A for ; Fri, 3 Mar 2023 18:47:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A43A340C33 for ; Fri, 3 Mar 2023 18:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFD0D8D3 for ; Fri, 3 Mar 2023 18:47:11 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1677869182.19f13ff6d4746fe89114acf89792d95ddde4e257.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-qxl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild X-VCS-Directories: x11-drivers/xf86-video-qxl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 19f13ff6d4746fe89114acf89792d95ddde4e257 X-VCS-Branch: master Date: Fri, 3 Mar 2023 18:47:11 +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: 0b4c403f-2410-487e-b69a-1988e0bd1133 X-Archives-Hash: ac93b0e82c675bcc29f7ad390263d9ca commit: 19f13ff6d4746fe89114acf89792d95ddde4e257 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Mar 3 18:46:22 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 3 18:46:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f13ff6 x11-drivers/xf86-video-qxl: Stabilize 0.1.6 amd64, #898950 Signed-off-by: Arthur Zamarin gentoo.org> x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild index 7f267f3b0ce3..d1e8cb84560a 100644 --- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild +++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild @@ -9,7 +9,7 @@ inherit python-single-r1 xorg-3 DESCRIPTION="QEMU QXL paravirt video driver" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="xspice" REQUIRED_USE="xspice? ( ${PYTHON_REQUIRED_USE} )"