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 CEDE0158451 for ; Thu, 11 Jan 2024 11:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13A6E2A1C; Thu, 11 Jan 2024 11:58:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 86450E2A1D for ; Thu, 11 Jan 2024 11:58:02 +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 D03813431F3 for ; Thu, 11 Jan 2024 11:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5094F14CB for ; Thu, 11 Jan 2024 11:57:58 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1704952323.79a763365d88ae417e44d5c77f9d7a5f4cbef75d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hiprompt-gtk-py/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624-r1.ebuild gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild X-VCS-Directories: gui-apps/hiprompt-gtk-py/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 79a763365d88ae417e44d5c77f9d7a5f4cbef75d X-VCS-Branch: master Date: Thu, 11 Jan 2024 11:57:58 +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: cd63161a-2da2-4355-b7a6-776914b0bb97 X-Archives-Hash: 13f9e7b393a2cb31e2bc1bc3789b2a3c commit: 79a763365d88ae417e44d5c77f9d7a5f4cbef75d Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Jan 11 05:50:07 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Jan 11 05:52:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79a76336 gui-apps/hiprompt-gtk-py: Add use-dep gtk-layer-shell[introspection] Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> ...-py-0_pre20220624.ebuild => hiprompt-gtk-py-0_pre20220624-r1.ebuild} | 2 +- gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624-r1.ebuild similarity index 94% rename from gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild rename to gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624-r1.ebuild index 82451cf595..a6fae08788 100644 --- a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild +++ b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624-r1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]') x11-libs/gtk+:3[introspection] - >=gui-libs/gtk-layer-shell-0.5.0 + >=gui-libs/gtk-layer-shell-0.5.0[introspection] " DEPEND="${RDEPEND}" diff --git a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild index 105f043231..26205d1966 100644 --- a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild +++ b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild @@ -17,7 +17,7 @@ RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]') x11-libs/gtk+:3[introspection] - >=gui-libs/gtk-layer-shell-0.5.0 + >=gui-libs/gtk-layer-shell-0.5.0[introspection] " DEPEND="${RDEPEND}"