diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-30 18:30:53 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-30 18:30:53 +0000 |
| commit | f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7 (patch) | |
| tree | 02f2f22cebf1599cfb19a29d7781d992821bd0ec /dev-vcs | |
| parent | 6b3377ae8135efdd7c697b000202603b3ccf84f4 (diff) | |
| download | baldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.tar.gz baldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.tar.xz baldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.zip | |
Updating liguros repo
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" |
