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 C16D0158099 for ; Wed, 22 Nov 2023 11:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CDD52BC032; Wed, 22 Nov 2023 11:05:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EC1D02BC032 for ; Wed, 22 Nov 2023 11:05:35 +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 3E49B33BE12 for ; Wed, 22 Nov 2023 11:05:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C64C713B4 for ; Wed, 22 Nov 2023 11:05:33 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700651127.516fb44d332f1e382f5beb0cf924d1d818d72cff.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pipes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pipes/pipes-1.16.1-r1.ebuild X-VCS-Directories: net-misc/pipes/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 516fb44d332f1e382f5beb0cf924d1d818d72cff X-VCS-Branch: master Date: Wed, 22 Nov 2023 11:05:33 +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: 4f88d00b-ae51-44cf-abb7-eea05e0b9f19 X-Archives-Hash: 12bbc873e8c2885bd2e143d1ff81e1e2 commit: 516fb44d332f1e382f5beb0cf924d1d818d72cff Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Nov 1 19:24:49 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 22 11:05:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516fb44d net-misc/pipes: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> net-misc/pipes/pipes-1.16.1-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/pipes/pipes-1.16.1-r1.ebuild b/net-misc/pipes/pipes-1.16.1-r1.ebuild index 7a2acfb32695..d70a57b6fc05 100644 --- a/net-misc/pipes/pipes-1.16.1-r1.ebuild +++ b/net-misc/pipes/pipes-1.16.1-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit toolchain-funcs DESCRIPTION="Very versatile TCP pipes" @@ -11,6 +12,7 @@ SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~s390 x86" + PATCHES=( "${FILESDIR}"/${P}-execlp.patch )