Diff vigra-1.11.1-r9 with a vigra-9999
/usr/portage/media-libs/vigra/vigra-9999.ebuild 2023-10-09 14:52:31.720368406 +0300 | ||
---|---|---|
15 | 15 |
inherit git-r3 |
16 | 16 |
else |
17 | 17 |
SRC_URI="https://github.com/ukoethe/${PN}/releases/download/Version-${PV//\./-}/${P}-src.tar.gz" |
18 |
KEYWORDS="amd64 arm64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" |
|
18 |
KEYWORDS="~amd64 ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" |
|
19 | 19 |
fi |
20 | 20 | |
21 | 21 |
LICENSE="MIT" |
... | ... | |
57 | 57 |
RESTRICT="test" |
58 | 58 | |
59 | 59 |
PATCHES=( |
60 |
# git master |
|
61 |
"${FILESDIR}/${P}-fix-incorrect-template-parameter-type.patch" |
|
62 |
"${FILESDIR}/${P}-boost-python.patch" |
|
63 |
"${FILESDIR}/${P}-python3.7.patch" # bug 701208 |
|
64 |
"${FILESDIR}/${P}-gcc-10.patch" # bug 723302 |
|
65 | 60 |
# TODO: upstream |
66 |
"${FILESDIR}/${P}-lib_suffix.patch" |
|
67 |
"${FILESDIR}/${P}-cmake-module-dir.patch" |
|
68 |
"${FILESDIR}/${P}-sphinx.ext.pngmath.patch" # thanks to Debian; bug 678308 |
|
69 |
"${FILESDIR}/${P}-openexr3.patch" |
|
70 |
"${FILESDIR}/${P}-python-syntax.patch" |
|
61 |
"${FILESDIR}/${PN}-1.11.1-lib_suffix.patch" |
|
62 |
"${FILESDIR}/${PN}-1.11.1-cmake-module-dir.patch" |
|
63 |
"${FILESDIR}/${PN}-1.11.1-sphinx.ext.pngmath.patch" # thanks to Debian; bug 678308 |
|
71 | 64 |
) |
72 | 65 | |
73 | 66 |
pkg_setup() { |