summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"