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 2FDC61581D3 for ; Sat, 1 Jun 2024 12:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 559D2E2A0F; Sat, 1 Jun 2024 12:02:53 +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 3BA30E2A0F for ; Sat, 1 Jun 2024 12:02:53 +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 7F4D033BEFF for ; Sat, 1 Jun 2024 12:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8B83119 for ; Sat, 1 Jun 2024 12:02:50 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1717243270.0429a40f58c484c4a98fb7faeb37323a1015cf1f.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/xh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/xh/xh-0.22.0-r1.ebuild net-misc/xh/xh-0.22.0.ebuild X-VCS-Directories: net-misc/xh/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 0429a40f58c484c4a98fb7faeb37323a1015cf1f X-VCS-Branch: dev Date: Sat, 1 Jun 2024 12:02:50 +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: 94bc2a66-39ee-48aa-bb6f-294e37953c31 X-Archives-Hash: 9511eb5e44f03ff8ce9cf1a247cb9d83 commit: 0429a40f58c484c4a98fb7faeb37323a1015cf1f Author: Jonas Frei pm me> AuthorDate: Sat Jun 1 12:00:26 2024 +0000 Commit: Jonas Frei pm me> CommitDate: Sat Jun 1 12:01:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0429a40f net-misc/xh: Added missing RDEPEND Closes: https://bugs.gentoo.org/933084 Signed-off-by: Jonas Frei pm.me> net-misc/xh/{xh-0.22.0.ebuild => xh-0.22.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/xh/xh-0.22.0.ebuild b/net-misc/xh/xh-0.22.0-r1.ebuild similarity index 99% rename from net-misc/xh/xh-0.22.0.ebuild rename to net-misc/xh/xh-0.22.0-r1.ebuild index b88ea886e..b2c49d5f9 100644 --- a/net-misc/xh/xh-0.22.0.ebuild +++ b/net-misc/xh/xh-0.22.0-r1.ebuild @@ -289,6 +289,7 @@ DEPEND=" dev-libs/oniguruma:= dev-libs/openssl:0= " +RDEPEND="${DEPEND}" DOCS=( {CHANGELOG,README}.md )