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 8A31E1382C5 for ; Sun, 18 Feb 2018 00:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7F7CE0B0E; Sun, 18 Feb 2018 00:03:54 +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 99AEFE0B0E for ; Sun, 18 Feb 2018 00:03:54 +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 AA03F335C2E for ; Sun, 18 Feb 2018 00:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AE04238 for ; Sun, 18 Feb 2018 00:03:51 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1518912221.5d134a5423ec75c25573a33de49298aa59ee9e7e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/subunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/subunit/subunit-1.2.0-r1.ebuild X-VCS-Directories: dev-python/subunit/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 5d134a5423ec75c25573a33de49298aa59ee9e7e X-VCS-Branch: master Date: Sun, 18 Feb 2018 00:03: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: 4098800d-0c26-440d-bb38-939402207025 X-Archives-Hash: a8132247f39d5a01901b655562e349a8 commit: 5d134a5423ec75c25573a33de49298aa59ee9e7e Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 17 23:54:04 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 18 00:03:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d134a54 dev-python/subunit: add ~amd64-fbsd keyword. Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-python/subunit/subunit-1.2.0-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/subunit/subunit-1.2.0-r1.ebuild b/dev-python/subunit/subunit-1.2.0-r1.ebuild index 690b9a8b998..247f6e31a66 100644 --- a/dev-python/subunit/subunit-1.2.0-r1.ebuild +++ b/dev-python/subunit/subunit-1.2.0-r1.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=5 @@ -13,15 +13,16 @@ SRC_URI="https://launchpad.net/${PN}/trunk/$(get_version_component_range 1-2)/+d LICENSE="Apache-2.0 BSD" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-fbsd" IUSE="static-libs test" RDEPEND=" >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] dev-python/extras[${PYTHON_USEDEP}] - dev-lang/perl:= -" -DEPEND="${RDEPEND} + dev-lang/perl:=" + +DEPEND=" + ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}]