summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-06-19 17:45:51 -0400
committerMike Gilbert <floppym@gentoo.org>2018-06-19 17:45:51 -0400
commit015fc6391c8c7590f9bdd2c9be3d9e69cee93a83 (patch)
tree2023635a112052f898771039bde4f3b17d072dc4 /sys-apps/xinetd/xinetd-2.3.15.3.ebuild
parentdev-python/flask-appconfig: Add Python 3.6, PyPy{,3} (diff)
downloadgentoo-015fc6391c8c7590f9bdd2c9be3d9e69cee93a83.tar.gz
gentoo-015fc6391c8c7590f9bdd2c9be3d9e69cee93a83.tar.bz2
gentoo-015fc6391c8c7590f9bdd2c9be3d9e69cee93a83.zip
sys-apps/xinetd: drop amd64-fbsd and x86-fbsd keywords
libtirpc is not keyworded, and I am uncertain if it is needed on FreeBSD. Please add a USE conditional if appropriate. Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Diffstat (limited to 'sys-apps/xinetd/xinetd-2.3.15.3.ebuild')
-rw-r--r--sys-apps/xinetd/xinetd-2.3.15.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
index bd39ceb3f7a3..f1156920796f 100644
--- a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
@@ -10,12 +10,12 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
IUSE="perl selinux tcpd"
DEPEND="
selinux? ( sys-libs/libselinux )
- kernel_linux? ( net-libs/libtirpc:= )
+ net-libs/libtirpc:=
tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )
"
RDEPEND="