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 5F9B11382C5 for ; Thu, 1 Mar 2018 22:41:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A451E099C; Thu, 1 Mar 2018 22:41:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 47F38E099C for ; Thu, 1 Mar 2018 22:41:07 +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 54E6C335C36 for ; Thu, 1 Mar 2018 22:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49270235 for ; Thu, 1 Mar 2018 22:41:03 +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: <1519944057.c9d14460d476a3fffd5c2bf199b8fc2a921445a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dtach/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dtach/dtach-0.9.ebuild X-VCS-Directories: app-misc/dtach/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c9d14460d476a3fffd5c2bf199b8fc2a921445a4 X-VCS-Branch: master Date: Thu, 1 Mar 2018 22:41:03 +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: 1084dca4-1ea2-448d-b554-2540900e24ef X-Archives-Hash: a61bcf5300598896118448ae99e7e482 commit: c9d14460d476a3fffd5c2bf199b8fc2a921445a4 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 1 21:51:36 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 1 22:40:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d14460 app-misc/dtach: Tested on ~amd64-fbsd app-misc/dtach/dtach-0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/dtach/dtach-0.9.ebuild b/app-misc/dtach/dtach-0.9.ebuild index b7176d6205f..4a89386b4e9 100644 --- a/app-misc/dtach/dtach-0.9.ebuild +++ b/app-misc/dtach/dtach-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-fbsd" IUSE="" src_install() {