From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1370245-garchives=archives.gentoo.org@lists.gentoo.org>
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 832EB15808B
	for <garchives@archives.gentoo.org>; Wed, 23 Feb 2022 03:09:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 66383E09A8;
	Wed, 23 Feb 2022 03:09: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 3C27CE0867
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Feb 2022 03:09: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 5CFA8342F3C
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Feb 2022 03:09:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BD0632EC
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Feb 2022 03:08:59 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1645585728.1dbad43dd74a1ad8d28e12b9505684f3903435c3.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-1.91.ebuild app-text/lesspipe/lesspipe-2.01.ebuild app-text/lesspipe/lesspipe-2.02.ebuild app-text/lesspipe/lesspipe-2.03.ebuild
X-VCS-Directories: app-text/lesspipe/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 1dbad43dd74a1ad8d28e12b9505684f3903435c3
X-VCS-Branch: master
Date: Wed, 23 Feb 2022 03:08:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 24072e7a-2c3d-4876-8468-d3bd3e6f737f
X-Archives-Hash: 4d39f0e78a627a4b55f6dd531bfdb68d

commit:     1dbad43dd74a1ad8d28e12b9505684f3903435c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 03:08:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 03:08:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbad43d

app-text/lesspipe: fix OutdatedBlocker

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/lesspipe/lesspipe-1.91.ebuild | 5 ++---
 app-text/lesspipe/lesspipe-2.01.ebuild | 3 +--
 app-text/lesspipe/lesspipe-2.02.ebuild | 3 +--
 app-text/lesspipe/lesspipe-2.03.ebuild | 3 +--
 4 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/app-text/lesspipe/lesspipe-1.91.ebuild b/app-text/lesspipe/lesspipe-1.91.ebuild
index 1ee33944f652..39cb02be3074 100644
--- a/app-text/lesspipe/lesspipe-1.91.ebuild
+++ b/app-text/lesspipe/lesspipe-1.91.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,8 +19,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s
 RESTRICT="test"
 
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-	!<sys-apps/less-483-r1"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	default

diff --git a/app-text/lesspipe/lesspipe-2.01.ebuild b/app-text/lesspipe/lesspipe-2.01.ebuild
index 26838530df92..ece7aa8140b7 100644
--- a/app-text/lesspipe/lesspipe-2.01.ebuild
+++ b/app-text/lesspipe/lesspipe-2.01.ebuild
@@ -16,8 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~
 RESTRICT="test"
 
 BDEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-	!<sys-apps/less-483-r1"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	# Not an autoconf script.

diff --git a/app-text/lesspipe/lesspipe-2.02.ebuild b/app-text/lesspipe/lesspipe-2.02.ebuild
index 26838530df92..ece7aa8140b7 100644
--- a/app-text/lesspipe/lesspipe-2.02.ebuild
+++ b/app-text/lesspipe/lesspipe-2.02.ebuild
@@ -16,8 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~
 RESTRICT="test"
 
 BDEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-	!<sys-apps/less-483-r1"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	# Not an autoconf script.

diff --git a/app-text/lesspipe/lesspipe-2.03.ebuild b/app-text/lesspipe/lesspipe-2.03.ebuild
index 26838530df92..ece7aa8140b7 100644
--- a/app-text/lesspipe/lesspipe-2.03.ebuild
+++ b/app-text/lesspipe/lesspipe-2.03.ebuild
@@ -16,8 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~
 RESTRICT="test"
 
 BDEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-	!<sys-apps/less-483-r1"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	# Not an autoconf script.