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 A99711382C5 for ; Thu, 22 Feb 2018 15:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5EE2E088F; Thu, 22 Feb 2018 15:52:46 +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 BEDC7E088C for ; Thu, 22 Feb 2018 15:52:46 +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 46173335C31 for ; Thu, 22 Feb 2018 15:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDA96207 for ; Thu, 22 Feb 2018 15:52:43 +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: <1519314728.dd9827100b80f6f690460a4e015026fd047e8011.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/characteristic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/characteristic/characteristic-14.3.0-r1.ebuild X-VCS-Directories: dev-python/characteristic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dd9827100b80f6f690460a4e015026fd047e8011 X-VCS-Branch: master Date: Thu, 22 Feb 2018 15:52:43 +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: b35a0f30-ccdd-4438-bca2-8fd04e796028 X-Archives-Hash: 6610753d92448ff1ab02dc11b1384592 commit: dd9827100b80f6f690460a4e015026fd047e8011 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 22 15:23:35 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 22 15:52:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd982710 dev-python/characteristic: Tested on ~amd64-fbsd (bug #643214) dev-python/characteristic/characteristic-14.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/characteristic/characteristic-14.3.0-r1.ebuild b/dev-python/characteristic/characteristic-14.3.0-r1.ebuild index 5a11e80d0b4..da95a15a800 100644 --- a/dev-python/characteristic/characteristic-14.3.0-r1.ebuild +++ b/dev-python/characteristic/characteristic-14.3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="doc test" RDEPEND=""