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 557CC158095 for ; Sat, 27 Aug 2022 23:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A177FE0A76; Sat, 27 Aug 2022 23:15:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50C0AE0A76 for ; Sat, 27 Aug 2022 23:15:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 584D1340ED4 for ; Sat, 27 Aug 2022 11:25:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42A159F for ; Sat, 27 Aug 2022 11:25:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661599461.5a5fac165bc9529904849e380e8b64c770df2c11.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lesspipe/lesspipe-2.05-r1.ebuild app-text/lesspipe/lesspipe-2.05.ebuild X-VCS-Directories: app-text/lesspipe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a5fac165bc9529904849e380e8b64c770df2c11 X-VCS-Branch: master Date: Sat, 27 Aug 2022 11:25:35 +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: 9db7d8a6-59e1-4677-988f-5ff5c4800f3e X-Archives-Hash: 718c1b8c3e7ab0f003050ba33c61ff9c commit: 5a5fac165bc9529904849e380e8b64c770df2c11 Author: Sam James gentoo org> AuthorDate: Sat Aug 27 11:24:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 27 11:24:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5fac16 app-text/lesspipe: fix RDEPEND Signed-off-by: Sam James gentoo.org> app-text/lesspipe/{lesspipe-2.05.ebuild => lesspipe-2.05-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/lesspipe/lesspipe-2.05.ebuild b/app-text/lesspipe/lesspipe-2.05-r1.ebuild similarity index 98% rename from app-text/lesspipe/lesspipe-2.05.ebuild rename to app-text/lesspipe/lesspipe-2.05-r1.ebuild index cee412a1d9fe..a795a3880db9 100644 --- a/app-text/lesspipe/lesspipe-2.05.ebuild +++ b/app-text/lesspipe/lesspipe-2.05-r1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s RESTRICT="test" BDEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" +RDEPEND="${BDEPEND}" src_configure() { # Not an autoconf script.