diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-06-21 09:46:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-21 09:46:00 +0200 |
commit | 7f112eed05103aba4e72300cc866f80c374439f0 (patch) | |
tree | 23771a8ff29833842f6fc0f3b72e08a1c034bd66 /sys-apps/xinetd | |
parent | xfce-base/xfce4-settings: Drop old (diff) | |
download | gentoo-7f112eed05103aba4e72300cc866f80c374439f0.tar.gz gentoo-7f112eed05103aba4e72300cc866f80c374439f0.tar.bz2 gentoo-7f112eed05103aba4e72300cc866f80c374439f0.zip |
sys-apps/xinetd: Re-keyword ~amd64-fbsd
Restore ~amd64-fbsd keyword on 2.3.15 which is the last version working
correctly on FreeBSD. Nevertheless, the original keyword removal
was completely unnecessary, uncalled for and broke amd64-fbsd depgraph.
Fixes: 015fc6391c8c7590fdd2 (...: drop amd64-fbsd and x86-fbsd keywords)
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.15-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild index ae1f2cf63dee..357e0c91b5aa 100644 --- a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="perl rpc tcpd" DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 ) |