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 6524015801B for ; Mon, 14 Aug 2023 17:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D88A2BC01B; Mon, 14 Aug 2023 17:08:24 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F3A22BC01B for ; Mon, 14 Aug 2023 17:08:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2355C335D2E for ; Mon, 14 Aug 2023 17:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66E90AFA for ; Mon, 14 Aug 2023 17:08:21 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1692032780.a7a883bb8819b26abd378d58be9dc6033a1e1556.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rex/rex-9999.ebuild X-VCS-Directories: app-admin/rex/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: a7a883bb8819b26abd378d58be9dc6033a1e1556 X-VCS-Branch: master Date: Mon, 14 Aug 2023 17:08:21 +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: c167bea3-7477-4a0b-ae58-776b01f9fa51 X-Archives-Hash: fb52bd305a8b99fc393db5c7957be623 commit: a7a883bb8819b26abd378d58be9dc6033a1e1556 Author: Ferenc Erki gmail com> AuthorDate: Sat Aug 5 20:53:06 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Aug 14 17:06:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a883bb app-admin/rex: update live ebuild Signed-off-by: Patrick Lauer gentoo.org> app-admin/rex/rex-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild index c6c604f1e599..1b5ca9f0db12 100644 --- a/app-admin/rex/rex-9999.ebuild +++ b/app-admin/rex/rex-9999.ebuild @@ -48,6 +48,7 @@ RDEPEND=" dev-perl/Expect dev-perl/IPC-Shareable dev-perl/XML-LibXML + net-misc/rsync ) virtual/perl-Carp virtual/perl-Data-Dumper @@ -92,7 +93,8 @@ BDEPEND=" virtual/perl-Module-Metadata test? ( !minimal? ( - dev-perl/File-LibMagic + || ( dev-perl/File-LibMagic sys-apps/file ) + dev-vcs/git ) virtual/perl-File-Temp dev-perl/Sub-Override