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 437E5138330 for ; Thu, 15 Sep 2016 07:34:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AABB6E0B62; Thu, 15 Sep 2016 07:34:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2E57E0B62 for ; Thu, 15 Sep 2016 07:34:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCECD340A98 for ; Thu, 15 Sep 2016 07:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF562484 for ; Thu, 15 Sep 2016 07:34:32 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1473924858.0b80d953afe0feab2a5d56da74009a8c3cd93cdb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nnpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nnpy/nnpy-1.2-r1.ebuild dev-python/nnpy/nnpy-1.2.ebuild X-VCS-Directories: dev-python/nnpy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0b80d953afe0feab2a5d56da74009a8c3cd93cdb X-VCS-Branch: master Date: Thu, 15 Sep 2016 07:34:32 +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: c398acf4-c1a0-47bd-9900-0de5d8f49c5f X-Archives-Hash: ef66038c1121685fdd034efbc0bc345d commit: 0b80d953afe0feab2a5d56da74009a8c3cd93cdb Author: Alexis Ballier gentoo org> AuthorDate: Thu Sep 15 07:34:18 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Sep 15 07:34:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b80d953 dev-python/nnpy: add := dep on nanomsg and cffi Package-Manager: portage-2.3.0 dev-python/nnpy/{nnpy-1.2.ebuild => nnpy-1.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nnpy/nnpy-1.2.ebuild b/dev-python/nnpy/nnpy-1.2-r1.ebuild similarity index 89% rename from dev-python/nnpy/nnpy-1.2.ebuild rename to dev-python/nnpy/nnpy-1.2-r1.ebuild index ae03485..f851120 100644 --- a/dev-python/nnpy/nnpy-1.2.ebuild +++ b/dev-python/nnpy/nnpy-1.2-r1.ebuild @@ -18,8 +18,8 @@ KEYWORDS="~amd64 ~arm" IUSE="" DEPEND=" - dev-python/cffi[${PYTHON_USEDEP}] - dev-libs/nanomsg + dev-python/cffi:=[${PYTHON_USEDEP}] + dev-libs/nanomsg:= " RDEPEND="${DEPEND}"