summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <mscardovi@icloud.com>2022-12-28 21:59:53 +0100
committerJoonas Niilola <juippis@gentoo.org>2023-01-12 16:07:33 +0200
commit24249f846ad9e7c801d5fdd213d461b95e9d5391 (patch)
tree12673f2e2d1b53f4a02bdd5a377e46ad647259e7
parentapp-misc/recoll: Version bump to 1.33.4 (diff)
downloadgentoo-24249f846ad9e7c801d5fdd213d461b95e9d5391.tar.gz
gentoo-24249f846ad9e7c801d5fdd213d461b95e9d5391.tar.bz2
gentoo-24249f846ad9e7c801d5fdd213d461b95e9d5391.zip
net-misc/netsed: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/740806 Signed-off-by: Marco Scardovi <mscardovi@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/28879 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--net-misc/netsed/netsed-1.3-r1.ebuild (renamed from net-misc/netsed/netsed-1.3.ebuild)8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/netsed/netsed-1.3.ebuild b/net-misc/netsed/netsed-1.3-r1.ebuild
index ff0fe3ff7439..417929a0f491 100644
--- a/net-misc/netsed/netsed-1.3.ebuild
+++ b/net-misc/netsed/netsed-1.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Small tool for altering forwarded network data in real time"
HOMEPAGE="http://silicone.homelinux.org/projects/netsed/"
@@ -10,6 +10,10 @@ SRC_URI="http://silicone.homelinux.org/release/netsed/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-lang/ruby )"
src_compile() {
emake CFLAGS="${CFLAGS}"