summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/portsentry/portsentry-1.2-r1.ebuild')
-rw-r--r--net-analyzer/portsentry/portsentry-1.2-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-analyzer/portsentry/portsentry-1.2-r1.ebuild b/net-analyzer/portsentry/portsentry-1.2-r1.ebuild
index 362756f86a4d..8ff09a342c9e 100644
--- a/net-analyzer/portsentry/portsentry-1.2-r1.ebuild
+++ b/net-analyzer/portsentry/portsentry-1.2-r1.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
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${PN}_beta
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc x86 ~x64-macos"
-IUSE="kernel_Darwin kernel_linux kernel_FreeBSD kernel_SunOS"
+IUSE="kernel_Darwin kernel_linux kernel_SunOS"
RDEPEND="kernel_Darwin? ( app-shells/tcsh )"
@@ -32,8 +32,6 @@ src_compile() {
target="osx"
elif use kernel_linux ; then
target="linux"
- elif use kernel_FreeBSD ; then
- target="freebsd"
elif use kernel_SunOS ; then
target="solaris"
fi