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 A5869158003 for ; Sat, 16 Apr 2022 17:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAF19E0895; Sat, 16 Apr 2022 17:59:24 +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 68D95E0895 for ; Sat, 16 Apr 2022 17:59:24 +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 45F5134175A for ; Sat, 16 Apr 2022 17:59:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8165D29 for ; Sat, 16 Apr 2022 17:59:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1650131950.f2329ac2fe1b4c6d854c785e6974f8a869548a68.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/graph-tool/graph-tool-2.44.ebuild dev-python/graph-tool/graph-tool-9999.ebuild X-VCS-Directories: dev-python/graph-tool/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f2329ac2fe1b4c6d854c785e6974f8a869548a68 X-VCS-Branch: master Date: Sat, 16 Apr 2022 17:59:21 +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: c5d2cb40-c80b-4565-acac-e0b7758bc11a X-Archives-Hash: 481c77720189c8e0a2a4a5f7978d90ba commit: f2329ac2fe1b4c6d854c785e6974f8a869548a68 Author: David Seifert gentoo org> AuthorDate: Sat Apr 16 17:59:10 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 16 17:59:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2329ac2 dev-python/graph-tool: pull in x11-libs/cairo[X] Closes: https://bugs.gentoo.org/829851 Signed-off-by: David Seifert gentoo.org> dev-python/graph-tool/graph-tool-2.44.ebuild | 1 + dev-python/graph-tool/graph-tool-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/graph-tool/graph-tool-2.44.ebuild b/dev-python/graph-tool/graph-tool-2.44.ebuild index 5078373af0e5..f45d24d4fbfe 100644 --- a/dev-python/graph-tool/graph-tool-2.44.ebuild +++ b/dev-python/graph-tool/graph-tool-2.44.ebuild @@ -34,6 +34,7 @@ RDEPEND=" cairo? ( dev-cpp/cairomm:0 dev-python/pycairo[${PYTHON_USEDEP}] + x11-libs/cairo[X] )" DEPEND="${RDEPEND} dev-cpp/sparsehash" diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild b/dev-python/graph-tool/graph-tool-9999.ebuild index 5078373af0e5..f45d24d4fbfe 100644 --- a/dev-python/graph-tool/graph-tool-9999.ebuild +++ b/dev-python/graph-tool/graph-tool-9999.ebuild @@ -34,6 +34,7 @@ RDEPEND=" cairo? ( dev-cpp/cairomm:0 dev-python/pycairo[${PYTHON_USEDEP}] + x11-libs/cairo[X] )" DEPEND="${RDEPEND} dev-cpp/sparsehash"