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 533A4138334 for ; Tue, 7 Aug 2018 06:21:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09BAEE0824; Tue, 7 Aug 2018 06:21:50 +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 D0388E0824 for ; Tue, 7 Aug 2018 06:21:49 +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 DF3E7335CC7 for ; Tue, 7 Aug 2018 06:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2383B397 for ; Tue, 7 Aug 2018 06:21:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1533622894.8cce8167b74dcb1d3d3b96be6e97e9f3af1c09c3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgit2/libgit2-0.26.6.ebuild dev-libs/libgit2/libgit2-0.27.4.ebuild dev-libs/libgit2/libgit2-9999.ebuild X-VCS-Directories: dev-libs/libgit2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8cce8167b74dcb1d3d3b96be6e97e9f3af1c09c3 X-VCS-Branch: master Date: Tue, 7 Aug 2018 06:21:45 +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: ffd8cf75-492a-4af0-98dd-b81b48da133c X-Archives-Hash: 7fa19574166289130991b741b22922b0 commit: 8cce8167b74dcb1d3d3b96be6e97e9f3af1c09c3 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 7 06:07:42 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 7 06:21:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cce8167 dev-libs/libgit2: Add missing dep on Python dev-libs/libgit2/libgit2-0.26.6.ebuild | 4 +++- dev-libs/libgit2/libgit2-0.27.4.ebuild | 4 +++- dev-libs/libgit2/libgit2-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-libs/libgit2/libgit2-0.26.6.ebuild b/dev-libs/libgit2/libgit2-0.26.6.ebuild index 549b491f613..e6c58a1e0bc 100644 --- a/dev-libs/libgit2/libgit2-0.26.6.ebuild +++ b/dev-libs/libgit2/libgit2-0.26.6.ebuild @@ -3,7 +3,8 @@ EAPI=6 -inherit cmake-utils +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +inherit cmake-utils python-any-r1 if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" @@ -33,6 +34,7 @@ RDEPEND=" ssh? ( net-libs/libssh2 ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig " diff --git a/dev-libs/libgit2/libgit2-0.27.4.ebuild b/dev-libs/libgit2/libgit2-0.27.4.ebuild index 456ded8f18d..d10065358a4 100644 --- a/dev-libs/libgit2/libgit2-0.27.4.ebuild +++ b/dev-libs/libgit2/libgit2-0.27.4.ebuild @@ -3,7 +3,8 @@ EAPI=6 -inherit cmake-utils +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +inherit cmake-utils python-any-r1 if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" @@ -33,6 +34,7 @@ RDEPEND=" ssh? ( net-libs/libssh2 ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig " diff --git a/dev-libs/libgit2/libgit2-9999.ebuild b/dev-libs/libgit2/libgit2-9999.ebuild index 456ded8f18d..d10065358a4 100644 --- a/dev-libs/libgit2/libgit2-9999.ebuild +++ b/dev-libs/libgit2/libgit2-9999.ebuild @@ -3,7 +3,8 @@ EAPI=6 -inherit cmake-utils +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +inherit cmake-utils python-any-r1 if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" @@ -33,6 +34,7 @@ RDEPEND=" ssh? ( net-libs/libssh2 ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig "