summaryrefslogtreecommitdiff
path: root/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild')
-rw-r--r--dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild b/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild
index 6cff7305c62b..e53d2bdf3fc4 100644
--- a/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild
+++ b/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild
@@ -12,18 +12,17 @@ DESCRIPTION="push to and pull from a Git repository using Mercurial"
HOMEPAGE="https://hg-git.github.io https://pypi.org/project/hg-git/"
SRC_URI="https://foss.heptapod.net/mercurial/hg-git/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.bz2 https://foss.heptapod.net/mercurial/hg-git/-/commit/9a52223a95e9821b2f2b544ab5a35e06963da3f1.patch -> ${MY_PV}-hg65.patch"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
RDEPEND="
>=dev-vcs/mercurial-5.2[${PYTHON_USEDEP}]
>=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
src_prepare() {
default