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 6ED6B158089 for ; Tue, 10 Oct 2023 06:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3D7F2BC026; Tue, 10 Oct 2023 06:32:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A00DE2BC01E for ; Tue, 10 Oct 2023 06:32:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBE01335D49 for ; Tue, 10 Oct 2023 06:32:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F17510B3 for ; Tue, 10 Oct 2023 06:32:10 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1696875308.ccd0052701ea1369c2363057f3721e45b15d44dd.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wob/wob-0.15.1.ebuild X-VCS-Directories: gui-apps/wob/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: ccd0052701ea1369c2363057f3721e45b15d44dd X-VCS-Branch: master Date: Tue, 10 Oct 2023 06:32: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c645afc-20c0-4487-9ba7-6b80cd205116 X-Archives-Hash: e559af2db0f50728727431f3fbf74d2b commit: ccd0052701ea1369c2363057f3721e45b15d44dd Author: Jonas Frei pm me> AuthorDate: Mon Oct 9 18:14:26 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Oct 9 18:15:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccd00527 gui-apps/wob: Added dev-libs/inih to RDEPEND Closes: https://bugs.gentoo.org/915487 Signed-off-by: Jonas Frei pm.me> gui-apps/wob/wob-0.15.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gui-apps/wob/wob-0.15.1.ebuild b/gui-apps/wob/wob-0.15.1.ebuild index a6b0cd820b..e3698417ba 100644 --- a/gui-apps/wob/wob-0.15.1.ebuild +++ b/gui-apps/wob/wob-0.15.1.ebuild @@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~x86" IUSE="+man +seccomp test" RESTRICT="!test? ( test )" -RDEPEND="dev-libs/wayland" +RDEPEND=" + dev-libs/inih + dev-libs/wayland +" DEPEND="${RDEPEND} dev-libs/wayland-protocols seccomp? ( sys-libs/libseccomp )