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 B1090158020 for ; Mon, 19 Dec 2022 10:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F17BFE0B1E; Mon, 19 Dec 2022 10:18:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4C47E0B1E for ; Mon, 19 Dec 2022 10:18:06 +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 A8848341706 for ; Mon, 19 Dec 2022 10:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E12AB4C8 for ; Mon, 19 Dec 2022 10:18:03 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1671445065.402680a4bce8aaa126af778c88e9c1f0385dd61c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libayatana-appindicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libayatana-appindicator/libayatana-appindicator-0.5.91.ebuild X-VCS-Directories: dev-libs/libayatana-appindicator/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 402680a4bce8aaa126af778c88e9c1f0385dd61c X-VCS-Branch: master Date: Mon, 19 Dec 2022 10:18:03 +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: 017b2b7f-17a3-46c7-9fc8-d569d9bb7d6a X-Archives-Hash: 644e4bf481ea2b1b03405d02261d96d3 commit: 402680a4bce8aaa126af778c88e9c1f0385dd61c Author: Pacho Ramos gentoo org> AuthorDate: Mon Dec 19 10:17:45 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Dec 19 10:17:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402680a4 dev-libs/libayatana-appindicator: Add missing dep Closes: https://bugs.gentoo.org/887167 Signed-off-by: Pacho Ramos gentoo.org> .../libayatana-appindicator/libayatana-appindicator-0.5.91.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/libayatana-appindicator/libayatana-appindicator-0.5.91.ebuild b/dev-libs/libayatana-appindicator/libayatana-appindicator-0.5.91.ebuild index ffe7bae175a4..906aef94b494 100644 --- a/dev-libs/libayatana-appindicator/libayatana-appindicator-0.5.91.ebuild +++ b/dev-libs/libayatana-appindicator/libayatana-appindicator-0.5.91.ebuild @@ -23,7 +23,10 @@ RDEPEND=" >=dev-libs/libayatana-indicator-0.8.4 " DEPEND="${RDEPEND}" -BDEPEND="$(vala_depend)" +BDEPEND=" + $(vala_depend) + test? ( dev-util/dbus-test-runner ) +" src_prepare() { vala_setup