From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74EA6138334 for ; Thu, 21 Jun 2018 07:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D793E09C1; Thu, 21 Jun 2018 07:46:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D8FCE09C1 for ; Thu, 21 Jun 2018 07:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA6C3335C8A for ; Thu, 21 Jun 2018 07:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E1422CD for ; Thu, 21 Jun 2018 07:46:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1529567160.7f112eed05103aba4e72300cc866f80c374439f0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xinetd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/xinetd/xinetd-2.3.15-r3.ebuild X-VCS-Directories: sys-apps/xinetd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7f112eed05103aba4e72300cc866f80c374439f0 X-VCS-Branch: master Date: Thu, 21 Jun 2018 07:46:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd3dbc27-ef3e-4246-85b3-48ee65597548 X-Archives-Hash: 130d74691c5f3b7ef12eb818622dfee8 commit: 7f112eed05103aba4e72300cc866f80c374439f0 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 21 07:46:00 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 21 07:46:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f112eed 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) sys-apps/xinetd/xinetd-2.3.15-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild index ae1f2cf63de..357e0c91b5a 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 )