From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5867215808A for ; Sun, 03 Aug 2025 11:49:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3BA77340C39 for ; Sun, 03 Aug 2025 11:49:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 271341104DB; Sun, 03 Aug 2025 11:49:05 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1D5F11104DB for ; Sun, 03 Aug 2025 11:49:05 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B888C340C39 for ; Sun, 03 Aug 2025 11:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53F67317E for ; Sun, 03 Aug 2025 11:49:03 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1754221720.567f36c1a8eace6409eeeb10c18df52f844c37d7.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/himitsu/himitsu-0.9.ebuild app-admin/himitsu/himitsu-9999.ebuild X-VCS-Directories: app-admin/himitsu/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 567f36c1a8eace6409eeeb10c18df52f844c37d7 X-VCS-Branch: dev Date: Sun, 03 Aug 2025 11:49: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: ec200adb-b6f9-4c55-88ba-9e490efded3f X-Archives-Hash: a038776375a983a0db2abf82bd65c73c commit: 567f36c1a8eace6409eeeb10c18df52f844c37d7 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Aug 3 11:48:40 2025 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sun Aug 3 11:48:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=567f36c1 app-admin/himitsu: rdepend on either hiprompt-gtk or hiprompt-gtk-py Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-admin/himitsu/himitsu-0.9.ebuild | 5 ++++- app-admin/himitsu/himitsu-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-admin/himitsu/himitsu-0.9.ebuild b/app-admin/himitsu/himitsu-0.9.ebuild index bc4ffb4e62..b2f941358c 100644 --- a/app-admin/himitsu/himitsu-0.9.ebuild +++ b/app-admin/himitsu/himitsu-0.9.ebuild @@ -21,7 +21,10 @@ DEPEND=" >=dev-lang/hare-0.25.2:= " RDEPEND=" - gui-apps/hiprompt-gtk-py + || ( + app-admin/hiprompt-gtk + gui-apps/hiprompt-gtk-py + ) " BDEPEND="app-text/scdoc" diff --git a/app-admin/himitsu/himitsu-9999.ebuild b/app-admin/himitsu/himitsu-9999.ebuild index 5230a71fc4..43f5a8f082 100644 --- a/app-admin/himitsu/himitsu-9999.ebuild +++ b/app-admin/himitsu/himitsu-9999.ebuild @@ -21,7 +21,10 @@ DEPEND=" >=dev-lang/hare-0.24.2:= " RDEPEND=" - gui-apps/hiprompt-gtk-py + || ( + app-admin/hiprompt-gtk + gui-apps/hiprompt-gtk-py + ) " BDEPEND="app-text/scdoc"