Diff hg-git-0.10.3 with a hg-git-1.0.2
/usr/portage/dev-vcs/hg-git/hg-git-1.0.2.ebuild 2023-10-09 14:52:31.020368389 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI="7" |
5 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
5 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
DISTUTILS_USE_PEP517=setuptools |
|
6 | 7 | |
7 | 8 |
inherit distutils-r1 |
8 | 9 | |
... | ... | |
13 | 14 | |
14 | 15 |
LICENSE="GPL-2" |
15 | 16 |
SLOT="0" |
16 |
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
17 |
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
17 | 18 |
IUSE="" |
18 | 19 | |
19 | 20 |
RDEPEND=" |
20 |
>=dev-vcs/mercurial-4.3[${PYTHON_USEDEP}] |
|
21 |
>=dev-python/dulwich-0.19.0[${PYTHON_USEDEP}] |
|
22 |
" |
|
23 |
DEPEND="${RDEPEND} |
|
24 |
dev-python/setuptools[${PYTHON_USEDEP}] |
|
21 |
>=dev-vcs/mercurial-5.2[${PYTHON_USEDEP}] |
|
22 |
>=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}] |
|
25 | 23 |
" |
26 | 24 | |
27 | 25 |
S="${WORKDIR}/${PN}-${MY_PV}" |