dev-libs/libgit2: Add missing dep on Python
authorMichał Górny <mgorny@gentoo.org>
Tue, 7 Aug 2018 06:07:42 +0000 (08:07 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 7 Aug 2018 06:21:34 +0000 (08:21 +0200)
dev-libs/libgit2/libgit2-0.26.6.ebuild
dev-libs/libgit2/libgit2-0.27.4.ebuild
dev-libs/libgit2/libgit2-9999.ebuild

index 549b491f61361416ac1add2ff80435c6e347f782..e6c58a1e0bc1c30dfed89eadf748cd4ecdf71df1 100644 (file)
@@ -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
 "
 
index 456ded8f18df1261766ecb6ba86cefddc4346ccf..d10065358a4f306f7ec344126de6431774465cff 100644 (file)
@@ -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
 "
 
index 456ded8f18df1261766ecb6ba86cefddc4346ccf..d10065358a4f306f7ec344126de6431774465cff 100644 (file)
@@ -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
 "