Diff tortoisehg-6.3.2 with a tortoisehg-6.4.2
/usr/portage/dev-vcs/tortoisehg/tortoisehg-6.4.2.ebuild 2023-10-09 14:52:31.028368389 +0300 | ||
---|---|---|
9 | 9 |
inherit desktop distutils-r1 optfeature xdg-utils |
10 | 10 | |
11 | 11 |
if [[ ${PV} != *9999* ]]; then |
12 |
KEYWORDS="amd64 ~arm64 x86" |
|
12 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
13 | 13 |
SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz" |
14 |
HG_DEPEND=">=dev-vcs/mercurial-5.9[${PYTHON_USEDEP}] |
|
14 |
HG_DEPEND=">=dev-vcs/mercurial-6.2[${PYTHON_USEDEP}] |
|
15 | 15 |
$(python_gen_cond_dep '>=dev-vcs/mercurial-6.3.2[${PYTHON_USEDEP}]' python3_11 ) |
16 |
<dev-vcs/mercurial-6.4[${PYTHON_USEDEP}]" |
|
16 |
<dev-vcs/mercurial-6.5[${PYTHON_USEDEP}]" |
|
17 | 17 |
S="${WORKDIR}/thg-${PV}" |
18 | 18 |
else |
19 | 19 |
inherit mercurial |
20 | 20 |
EHG_REPO_URI="https://foss.heptapod.net/mercurial/${PN}/thg" |
21 | 21 |
EHG_REVISION="stable" |
22 |
HG_DEPEND=">=dev-vcs/mercurial-5.9[${PYTHON_USEDEP}]" |
|
22 |
HG_DEPEND=">=dev-vcs/mercurial-6.2[${PYTHON_USEDEP}]" |
|
23 | 23 |
fi |
24 | 24 | |
25 | 25 |
DESCRIPTION="Set of graphical tools for Mercurial" |