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 1C4801382C5 for ; Thu, 1 Mar 2018 08:40:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B459E0969; Thu, 1 Mar 2018 08:39:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6B1E9E0966 for ; Thu, 1 Mar 2018 08:39:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A5B70335C49 for ; Thu, 1 Mar 2018 08:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9401248 for ; Thu, 1 Mar 2018 08:39:51 +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: <1519893582.3e57e320f92166d9be11b45620ba2f342bbfe397.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-daemon/commons-daemon-1.0.15.ebuild X-VCS-Directories: dev-java/commons-daemon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e57e320f92166d9be11b45620ba2f342bbfe397 X-VCS-Branch: master Date: Thu, 1 Mar 2018 08:39:51 +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: 266d9190-41ce-4b68-acbb-8a32cb02bf11 X-Archives-Hash: 13853f0778466588190e29c33690c076 commit: 3e57e320f92166d9be11b45620ba2f342bbfe397 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 1 08:37:58 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 1 08:39:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e57e320 dev-java/commons-daemon: Dekeyword *-fbsd dev-java/commons-daemon/commons-daemon-1.0.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild index 17af8cbfae4..1b467fb6bde 100644 --- a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild +++ b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://commons.apache.org/daemon/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="kernel_linux" CDEPEND="kernel_linux? ( sys-libs/libcap )"