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 2E690138334 for ; Mon, 1 Oct 2018 12:40:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4BE9E09B7; Mon, 1 Oct 2018 12:40:56 +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 A761BE09B7 for ; Mon, 1 Oct 2018 12:40:56 +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 E39F0335DB4 for ; Mon, 1 Oct 2018 12:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61CCA42D for ; Mon, 1 Oct 2018 12:40:52 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1538397626.14b970f8f8065ecb25ebfce91e7a828344d1bfa2.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cffi/cffi-1.11.2.ebuild dev-python/cffi/cffi-1.11.4.ebuild dev-python/cffi/cffi-1.11.5.ebuild dev-python/cffi/cffi-1.9.1.ebuild X-VCS-Directories: dev-python/cffi/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 14b970f8f8065ecb25ebfce91e7a828344d1bfa2 X-VCS-Branch: master Date: Mon, 1 Oct 2018 12:40:52 +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: 7d36bf79-1345-496c-b79a-b88839b2cc51 X-Archives-Hash: e5ff134fe80b74e572bd0133fedf80d6 commit: 14b970f8f8065ecb25ebfce91e7a828344d1bfa2 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Oct 1 12:33:10 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Oct 1 12:40:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b970f8 dev-python/cffi: subscribe to virtual/libffi sub slot Signed-off-by: Thomas Deutschmann gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-python/cffi/cffi-1.11.2.ebuild | 4 ++-- dev-python/cffi/cffi-1.11.4.ebuild | 4 ++-- dev-python/cffi/cffi-1.11.5.ebuild | 4 ++-- dev-python/cffi/cffi-1.9.1.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-python/cffi/cffi-1.11.2.ebuild b/dev-python/cffi/cffi-1.11.2.ebuild index 0e086e82f5f..73252df06fc 100644 --- a/dev-python/cffi/cffi-1.11.2.ebuild +++ b/dev-python/cffi/cffi-1.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="doc test" RDEPEND=" - virtual/libffi + virtual/libffi:= dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/dev-python/cffi/cffi-1.11.4.ebuild b/dev-python/cffi/cffi-1.11.4.ebuild index bdcd7280874..db4fad0ca1f 100644 --- a/dev-python/cffi/cffi-1.11.4.ebuild +++ b/dev-python/cffi/cffi-1.11.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x IUSE="doc test" RDEPEND=" - virtual/libffi + virtual/libffi:= dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/dev-python/cffi/cffi-1.11.5.ebuild b/dev-python/cffi/cffi-1.11.5.ebuild index 14fa542c3c9..a768eb4a28d 100644 --- a/dev-python/cffi/cffi-1.11.5.ebuild +++ b/dev-python/cffi/cffi-1.11.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="doc test" RDEPEND=" - virtual/libffi + virtual/libffi:= dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/dev-python/cffi/cffi-1.9.1.ebuild b/dev-python/cffi/cffi-1.9.1.ebuild index b8e2ed10c43..fcc13170097 100644 --- a/dev-python/cffi/cffi-1.9.1.ebuild +++ b/dev-python/cffi/cffi-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc IUSE="doc test" RDEPEND=" - virtual/libffi + virtual/libffi:= dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig