Diff mcomix-2.1.0 with a mcomix-2.1.1-r1
/usr/portage/media-gfx/mcomix/mcomix-2.1.1-r1.ebuild 2023-10-09 14:52:31.636368404 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
PYTHON_COMPAT=( python3_{9..12} ) |
|
8 | 8 |
inherit distutils-r1 optfeature xdg |
9 | 9 | |
10 | 10 |
DESCRIPTION="GTK image viewer for comic book archives" |
... | ... | |
13 | 13 | |
14 | 14 |
LICENSE="GPL-2" |
15 | 15 |
SLOT="0" |
16 |
KEYWORDS="amd64 ~arm64 ~riscv x86" |
|
16 |
KEYWORDS="~amd64 ~arm64 ~riscv ~x86" |
|
17 | 17 |
IUSE="" |
18 | 18 | |
19 | 19 |
DEPEND="${PYTHON_DEPS}" |
... | ... | |
27 | 27 |
# Most tests are quite old and do not run |
28 | 28 |
RESTRICT="test" |
29 | 29 | |
30 |
PATCHES=( "${FILESDIR}"/${P}-pillow_version.patch ) |
|
31 | ||
30 | 32 |
src_prepare() { |
31 | 33 |
default |
32 | 34 |