Diff labltk-8.06.7-r1 with a labltk-8.06.9-r1
/usr/portage/dev-ml/labltk/labltk-8.06.9-r1.ebuild 2023-10-09 14:52:29.792368358 +0300 | ||
---|---|---|
11 | 11 | |
12 | 12 |
LICENSE="QPL-1.0 LGPL-2" |
13 | 13 |
SLOT="0/${PV}" |
14 |
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" |
|
15 | 15 |
IUSE="+ocamlopt X" |
16 | 16 | |
17 |
RDEPEND=">=dev-lang/tk-8.0.3:= |
|
18 |
<dev-lang/ocaml-4.10 |
|
19 |
>=dev-lang/ocaml-4.08:=[ocamlopt?,X(+)?]" |
|
17 |
RDEPEND="dev-lang/tk:= |
|
18 |
<dev-lang/ocaml-4.12 |
|
19 |
>=dev-lang/ocaml-4.11:=[ocamlopt?,X(+)?]" |
|
20 | 20 |
DEPEND="${RDEPEND} |
21 |
>=dev-ml/findlib-1.5.5-r1" |
|
21 |
dev-ml/findlib |
|
22 |
" |
|
22 | 23 | |
23 | 24 |
PATCHES=( |
24 | 25 |
"${FILESDIR}/findlib.patch" |
25 |
"${FILESDIR}"/${P}-configure.patch |
|
26 | 26 |
"${FILESDIR}"/${PN}-8.06.9-configure-clang16.patch |
27 | 27 |
) |
28 | 28 |