From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 8B03C1584AD for ; Sun, 13 Apr 2025 11:45:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 54E8E3430AA for ; Sun, 13 Apr 2025 11:45:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CADAC1104B7; Sun, 13 Apr 2025 11:45:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id C19D91104B7 for ; Sun, 13 Apr 2025 11:45:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79A4E342FAE for ; Sun, 13 Apr 2025 11:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFC6827F2 for ; Sun, 13 Apr 2025 11:45:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1744544734.3d64dee9ceb0f54e55066cc027a7ed32b3731d60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/picom/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/picom/picom-12.5.ebuild X-VCS-Directories: x11-misc/picom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d64dee9ceb0f54e55066cc027a7ed32b3731d60 X-VCS-Branch: master Date: Sun, 13 Apr 2025 11:45:48 +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: bc4b7f88-0b5a-4ba1-a165-648c6e7ce4ee X-Archives-Hash: 8e3635332a714927a5ac177e99e6e8a2 commit: 3d64dee9ceb0f54e55066cc027a7ed32b3731d60 Author: Sam James gentoo org> AuthorDate: Sun Apr 13 11:45:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 13 11:45:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d64dee9 x11-misc/picom: Stabilize 12.5 x86, #953737 Signed-off-by: Sam James gentoo.org> x11-misc/picom/picom-12.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/picom/picom-12.5.ebuild b/x11-misc/picom/picom-12.5.ebuild index cf0971724ab8..109f66177d93 100644 --- a/x11-misc/picom/picom-12.5.ebuild +++ b/x11-misc/picom/picom-12.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0 MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" IUSE="dbus +doc +drm opengl pcre test" REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!"