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 F279715808A for ; Sun, 03 Aug 2025 11:45:39 +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 D8A5D340976 for ; Sun, 03 Aug 2025 11:45:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B96C61104DB; Sun, 03 Aug 2025 11:45:38 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A55661104DB for ; Sun, 03 Aug 2025 11:45:38 +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 53E2A335DEB for ; Sun, 03 Aug 2025 11:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6857317E for ; Sun, 03 Aug 2025 11:45:36 +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: <1754221493.563028eb3b375690d68f048cae8b0f27b00b3fbc.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/hiprompt-gtk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild app-admin/hiprompt-gtk/hiprompt-gtk-0.9.ebuild X-VCS-Directories: app-admin/hiprompt-gtk/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 563028eb3b375690d68f048cae8b0f27b00b3fbc X-VCS-Branch: dev Date: Sun, 03 Aug 2025 11:45:36 +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: 11487b9c-4fa7-4487-859a-167e69c1ab47 X-Archives-Hash: 162bbaa2bec480e3c078d9dbf11a4257 commit: 563028eb3b375690d68f048cae8b0f27b00b3fbc Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Aug 3 11:44:53 2025 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sun Aug 3 11:44:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=563028eb app-admin/hiprompt-gtk: block gui-apps/hiprompt-gtk-py Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> .../{hiprompt-gtk-0.9.ebuild => hiprompt-gtk-0.9-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/hiprompt-gtk/hiprompt-gtk-0.9.ebuild b/app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild similarity index 89% rename from app-admin/hiprompt-gtk/hiprompt-gtk-0.9.ebuild rename to app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild index 5e2bbd2ec2..f17fc373ac 100644 --- a/app-admin/hiprompt-gtk/hiprompt-gtk-0.9.ebuild +++ b/app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild @@ -16,11 +16,13 @@ HOMEPAGE="https://git.sr.ht/~sircmpwn/hiprompt-gtk" LICENSE="GPL-3" SLOT="0" +# gui-apps/hiprompt-gtk-py: both are installing to /usr/bin/hiprompt-gtk RDEPEND=" dev-libs/glib gui-libs/gtk:4 gui-libs/libadwaita gui-libs/gtk4-layer-shell + !gui-apps/hiprompt-gtk-py " DEPEND=" ${RDEPEND}