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 850BC1382C5 for ; Sun, 18 Feb 2018 00:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE91E0B09; 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 5BED2E0B09 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 A065F335C2C 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 075B2235 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: <1518912218.6671f0bfad85b8eacc09b1c900fdbd0b02437337.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/traceback2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/traceback2/traceback2-1.4.0.ebuild X-VCS-Directories: dev-python/traceback2/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6671f0bfad85b8eacc09b1c900fdbd0b02437337 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: 77638aaa-b739-4901-a1ca-fbd4e0623736 X-Archives-Hash: afb90b5e7c1dea6c2d556251d7b25911 commit: 6671f0bfad85b8eacc09b1c900fdbd0b02437337 Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 17 23:40:47 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 18 00:03:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6671f0bf dev-python/traceback2: add ~amd64-fbsd keyword. Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-python/traceback2/traceback2-1.4.0.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-python/traceback2/traceback2-1.4.0.ebuild b/dev-python/traceback2/traceback2-1.4.0.ebuild index 0a92ea3f616..c302862e602 100644 --- a/dev-python/traceback2/traceback2-1.4.0.ebuild +++ b/dev-python/traceback2/traceback2-1.4.0.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,11 +13,13 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pbr[${PYTHON_USEDEP}] -" -RDEPEND="dev-python/linecache2[${PYTHON_USEDEP}]" + dev-python/pbr[${PYTHON_USEDEP}]" + +RDEPEND=" + ${DEPEND} + dev-python/linecache2[${PYTHON_USEDEP}]"