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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90A70138334 for ; Mon, 21 Oct 2019 19:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA4B9E0AC9; Mon, 21 Oct 2019 19:43:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B44AAE0AC9 for ; Mon, 21 Oct 2019 19:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9AEB34C195 for ; Mon, 21 Oct 2019 19:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEFD0894 for ; Mon, 21 Oct 2019 19:43:54 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1571686846.06ac090ba0aed3a1a3fd5ab20721820513bf9e80.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 06ac090ba0aed3a1a3fd5ab20721820513bf9e80 X-VCS-Branch: master Date: Mon, 21 Oct 2019 19:43:54 +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: 7b0b8a7f-f1a3-4321-b2ee-a34af5ebf4df X-Archives-Hash: e64d21015a2c416ae7532e6d8ab3ba69 commit: 06ac090ba0aed3a1a3fd5ab20721820513bf9e80 Author: Matt Turner gentoo org> AuthorDate: Sat Oct 19 21:16:03 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Oct 21 19:40:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ac090b dev-libs/gobject-introspection: Add missing test dep Closes: https://bugs.gentoo.org/693408 Signed-off-by: Matt Turner gentoo.org> dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild index 4b9721af843..ecde3bca4d5 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild @@ -35,7 +35,9 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.19 sys-devel/bison sys-devel/flex - test? ( x11-libs/cairo[glib] ) + test? ( + x11-libs/cairo[glib] + dev-python/markdown[${PYTHON_USEDEP}] ) " # autoreconf needs autoconf-archive # PDEPEND to avoid circular dependencies, bug #391213; but needed for tests, thus test DEPEND as well PDEPEND="cairo? ( x11-libs/cairo[glib] )"