Diff svn2git-1.0.18 with a svn2git-1.0.18-r1

/usr/portage/dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild 2023-10-09 14:52:31.024368389 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
inherit desktop qmake-utils
6
inherit qmake-utils
7 7
[[ "${PV}" == "9999" ]] && inherit git-r3
8 8

  
9 9
DESCRIPTION="Tool for one-time conversion from svn to git"
Thank you!