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 B8E941382C5 for ; Sun, 18 Feb 2018 00:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338C9E0B14; Sun, 18 Feb 2018 00:03:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 12A5BE0B14 for ; Sun, 18 Feb 2018 00:03:55 +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 E5B45335C39 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 40B8423C 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: <1518912226.3d3be5d975a98230d54557ed6975aab338e071d3.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-funcsigs/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-funcsigs/python-funcsigs-0-r1.ebuild virtual/python-funcsigs/python-funcsigs-1.ebuild X-VCS-Directories: virtual/python-funcsigs/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3d3be5d975a98230d54557ed6975aab338e071d3 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: d6064743-4d00-4e1c-8715-23a10decd599 X-Archives-Hash: 04d1064ba0e248ef12b9457dd0017d57 commit: 3d3be5d975a98230d54557ed6975aab338e071d3 Author: Patrice Clement gentoo org> AuthorDate: Sun Feb 18 00:02:50 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 18 00:03:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3be5d9 virtual/python-funcsigs: add ~amd64-fbsd keyword. Package-Manager: Portage-2.3.13, Repoman-2.3.4 virtual/python-funcsigs/python-funcsigs-0-r1.ebuild | 4 ++-- virtual/python-funcsigs/python-funcsigs-1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild index d8fa5255fd0..f3bfd128a89 100644 --- a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-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 @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.3 variant)" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild b/virtual/python-funcsigs/python-funcsigs-1.ebuild index 9673bfe352d..897f2518d2a 100644 --- a/virtual/python-funcsigs/python-funcsigs-1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-1.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 @@ inherit python-r1 DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="