diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-09-30 19:31:01 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-09-30 19:32:08 +0200 |
commit | 0f335bc08b2335e557ca61d281dd5252670fb6f9 (patch) | |
tree | e3210e0321f4fd1d2741e5d628560ef2793ed727 /dev-vcs | |
parent | app-admin/glance: add DISTUTILS_USE_SETUPTOOLS=bdepend (diff) | |
download | gentoo-0f335bc08b2335e557ca61d281dd5252670fb6f9.tar.gz gentoo-0f335bc08b2335e557ca61d281dd5252670fb6f9.tar.bz2 gentoo-0f335bc08b2335e557ca61d281dd5252670fb6f9.zip |
dev-vcs/svn2git: Sync and fix 9999
Closes: https://bugs.gentoo.org/745504
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/svn2git/svn2git-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild index 7f86d838d122..71f0f843766f 100644 --- a/dev-vcs/svn2git/svn2git-9999.ebuild +++ b/dev-vcs/svn2git/svn2git-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit desktop qmake-utils [[ "${PV}" == "9999" ]] && inherit git-r3 @@ -9,6 +9,7 @@ inherit desktop qmake-utils DESCRIPTION="Tool for one-time conversion from svn to git" HOMEPAGE="https://github.com/svn-all-fast-export/svn2git" if [[ "${PV}" == "9999" ]]; then + EGIT_SUBMODULES=() EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git" else SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz" |