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 86EA4139694 for ; Tue, 14 Feb 2017 11:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA5E121C08A; Tue, 14 Feb 2017 11:24:49 +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 984EF21C08A for ; Tue, 14 Feb 2017 11:24:49 +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 379D7341398 for ; Tue, 14 Feb 2017 11:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68E6B4778 for ; Tue, 14 Feb 2017 11:24:46 +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: <1487071466.201f498189ab018525419e163834a2ab1b80ce64.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavlink-gbp-release/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/mavlink-gbp-release/mavlink-gbp-release-2017.2.7.ebuild X-VCS-Directories: dev-ros/mavlink-gbp-release/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 201f498189ab018525419e163834a2ab1b80ce64 X-VCS-Branch: master Date: Tue, 14 Feb 2017 11:24:46 +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: fc9fcd76-ec82-46ea-93ab-7a169c4caab9 X-Archives-Hash: 1491f370dd105588a184925222d5e215 commit: 201f498189ab018525419e163834a2ab1b80ce64 Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 14 11:24:26 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 14 11:24:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201f4981 dev-ros/mavlink-gbp-release: Re-add missing dev-python/future dep for 2017.2.7 version. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/mavlink-gbp-release/mavlink-gbp-release-2017.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2017.2.7.ebuild b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2017.2.7.ebuild index 906b17199a..af505b6cb5 100644 --- a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2017.2.7.ebuild +++ b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2017.2.7.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-3" SLOT="0" IUSE="" -RDEPEND="" +RDEPEND="dev-python/future[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}-${EGIT_BRANCH//\//-}" PATCHES=( "${FILESDIR}/gentoo.patch" )