summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2013-10-16 14:37:47 -0400
committerJustin Riley <justin.t.riley@gmail.com>2013-10-16 14:39:09 -0400
commitf516a5f3bead988b9441de46c6a6b3396a00d2ca (patch)
tree49f3b2a8942cd754059c4502dbbd35b47dd8bfe4
parentupdate g15daemon ebuilds for latest usage (diff)
downloadjtriley-f516a5f3bead988b9441de46c6a6b3396a00d2ca.tar.gz
jtriley-f516a5f3bead988b9441de46c6a6b3396a00d2ca.tar.bz2
jtriley-f516a5f3bead988b9441de46c6a6b3396a00d2ca.zip
git eclass -> git2
-rw-r--r--dev-python/pyzmq/pyzmq-9999.ebuild2
-rw-r--r--net-libs/zeromq/zeromq-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyzmq/pyzmq-9999.ebuild b/dev-python/pyzmq/pyzmq-9999.ebuild
index 5925e32..2170f94 100644
--- a/dev-python/pyzmq/pyzmq-9999.ebuild
+++ b/dev-python/pyzmq/pyzmq-9999.ebuild
@@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
DISTUTILS_SRC_TEST="setup.py"
-inherit distutils flag-o-matic git
+inherit distutils flag-o-matic git-2
DESCRIPTION="Python bindings for zeromq."
HOMEPAGE="http://www.zeromq.org/bindings:python"
diff --git a/net-libs/zeromq/zeromq-9999.ebuild b/net-libs/zeromq/zeromq-9999.ebuild
index acb8e54..ce831a2 100644
--- a/net-libs/zeromq/zeromq-9999.ebuild
+++ b/net-libs/zeromq/zeromq-9999.ebuild
@@ -12,7 +12,7 @@
# 4- pkgconfig is an automagic dep (I'm fixing it with upstream);
EAPI=3
-inherit git autotools
+inherit git-2 autotools
EGIT_REPO_URI="http://github.com/zeromq/zeromq2.git"