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 CBC66138336 for ; Thu, 13 Sep 2018 07:38:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82A03E0DD0; Thu, 13 Sep 2018 07:38:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5D9E0E0DF4 for ; Thu, 13 Sep 2018 07:38:14 +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 D5037335CD6 for ; Thu, 13 Sep 2018 07:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7633D7 for ; Thu, 13 Sep 2018 07:38:10 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1536823912.2b2bfad77331cea4e7f6517d3d19aad968462aec.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-9999.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2b2bfad77331cea4e7f6517d3d19aad968462aec X-VCS-Branch: master Date: Thu, 13 Sep 2018 07:38:10 +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-Archives-Salt: 9a3c8283-33b9-4bc4-a566-a4023f6512bc X-Archives-Hash: 56a2f7ec8e883eb06e9df836d74325d6 commit: 2b2bfad77331cea4e7f6517d3d19aad968462aec Author: Mart Raudsepp gentoo org> AuthorDate: Thu Sep 13 07:31:52 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Sep 13 07:31:52 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2b2bfad7 dev-libs/gobject-introspection-9999: sync test deps Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/gobject-introspection/gobject-introspection-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild index 731dcdb1..ac8aaa3f 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild @@ -43,6 +43,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.19 sys-devel/bison sys-devel/flex + test? ( x11-libs/cairo[glib] ) " if [[ ${PV} == 9999 ]]; then @@ -50,7 +51,7 @@ if [[ ${PV} == 9999 ]]; then doc? ( >=dev-util/gtk-doc-1.19 )" fi -# PDEPEND to avoid circular dependencies, bug #391213 +# PDEPEND to avoid circular dependencies, bug #391213; but needed for tests, thus test DEPEND as well PDEPEND="cairo? ( x11-libs/cairo[glib] )" pkg_setup() {