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 8630A1581EE for ; Tue, 08 Apr 2025 04:52:46 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 721C1342FA1 for ; Tue, 08 Apr 2025 04:52:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6AA411104B6; Tue, 08 Apr 2025 04:52:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5DBAB1104B6 for ; Tue, 08 Apr 2025 04:52:45 +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 19C93342FA1 for ; Tue, 08 Apr 2025 04:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 748E8159F for ; Tue, 08 Apr 2025 04:52:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1744087593.122aa20a42ec4b7aa7a64420ffbce4731f57ee0a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycairo/pycairo-1.27.0.ebuild X-VCS-Directories: dev-python/pycairo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 122aa20a42ec4b7aa7a64420ffbce4731f57ee0a X-VCS-Branch: master Date: Tue, 08 Apr 2025 04:52:43 +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: 3ec2c9b5-c956-4fc4-8e16-47f0cf17806b X-Archives-Hash: 1dd93e77bd7836ab90859e5518447b45 commit: 122aa20a42ec4b7aa7a64420ffbce4731f57ee0a Author: Michał Górny gentoo org> AuthorDate: Tue Apr 8 04:46:33 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 8 04:46:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122aa20a dev-python/pycairo: Add transitive X= dep on cairo Closes: https://bugs.gentoo.org/932153 Signed-off-by: Michał Górny gentoo.org> dev-python/pycairo/pycairo-1.27.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pycairo/pycairo-1.27.0.ebuild b/dev-python/pycairo/pycairo-1.27.0.ebuild index 64f4d2a0177d..4c9d6d9be640 100644 --- a/dev-python/pycairo/pycairo-1.27.0.ebuild +++ b/dev-python/pycairo/pycairo-1.27.0.ebuild @@ -23,11 +23,11 @@ SRC_URI=" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="examples test" +IUSE="X examples test" RESTRICT="!test? ( test )" RDEPEND=" - >=x11-libs/cairo-1.15.10[svg(+)] + >=x11-libs/cairo-1.15.10[svg(+),X=] " DEPEND=" ${RDEPEND}