summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-11-01 20:24:49 +0100
committerUlrich Müller <ulm@gentoo.org>2023-11-22 12:05:27 +0100
commit516fb44d332f1e382f5beb0cf924d1d818d72cff (patch)
treeda1363d315c89ace46ff9c165869169b8e6794fc /net-misc/pipes
parentnet-analyzer/ipband: EAPI8 bump, use https, fix LICENSE (diff)
downloadgentoo-516fb44d332f1e382f5beb0cf924d1d818d72cff.tar.gz
gentoo-516fb44d332f1e382f5beb0cf924d1d818d72cff.tar.bz2
gentoo-516fb44d332f1e382f5beb0cf924d1d818d72cff.zip
net-misc/pipes: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-misc/pipes')
-rw-r--r--net-misc/pipes/pipes-1.16.1-r1.ebuild6
1 files 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
)