diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 16:17:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-13 16:17:31 +0000 |
commit | e9b67f9e033ab0b56a4da48d3121d3897fd787f9 (patch) | |
tree | 64bcdb078f178d7621c79d84a889011c99a6871b /sys-apps/xinetd | |
parent | sys-apps/watchdog: Stabilize 5.16 amd64, #789867 (diff) | |
download | gentoo-e9b67f9e033ab0b56a4da48d3121d3897fd787f9.tar.gz gentoo-e9b67f9e033ab0b56a4da48d3121d3897fd787f9.tar.bz2 gentoo-e9b67f9e033ab0b56a4da48d3121d3897fd787f9.zip |
sys-apps/xinetd: Stabilize 2.3.15.4 amd64, #789873
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.15.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.15.4.ebuild b/sys-apps/xinetd/xinetd-2.3.15.4.ebuild index 5cac335e332f..7d9607261ebe 100644 --- a/sys-apps/xinetd/xinetd-2.3.15.4.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.15.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/openSUSE/xinetd/releases/download/${PV}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="perl rpc selinux tcpd" DEPEND=" |