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 D2BAF138334 for ; Thu, 9 Aug 2018 10:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 804E8E0960; Thu, 9 Aug 2018 10:11:31 +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 53A82E0960 for ; Thu, 9 Aug 2018 10:11:29 +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 9585E335C9E for ; Thu, 9 Aug 2018 10:11:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D6B439E for ; Thu, 9 Aug 2018 10:11:26 +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: <1533808450.eb1fdcb94e8e0bd99ab10ca9bc301e256e005f76.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tappy/tappy-2.4.ebuild X-VCS-Directories: dev-python/tappy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eb1fdcb94e8e0bd99ab10ca9bc301e256e005f76 X-VCS-Branch: master Date: Thu, 9 Aug 2018 10:11:26 +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: 5733b4f9-a8eb-4bec-b037-8d9c596b3915 X-Archives-Hash: 6714f7fbe057246acd4b52d0389f8ff6 commit: eb1fdcb94e8e0bd99ab10ca9bc301e256e005f76 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 9 09:54:04 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 9 09:54:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1fdcb9 dev-python/tappy: Tested on ~amd64-fbsd, bug #662076 dev-python/tappy/tappy-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tappy/tappy-2.4.ebuild b/dev-python/tappy/tappy-2.4.ebuild index f7c342de57e..d11f0ba727b 100644 --- a/dev-python/tappy/tappy-2.4.ebuild +++ b/dev-python/tappy/tappy-2.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test yaml" RESTRICT="!test? ( test )"