Diff lablgtk-2.18.12 with a lablgtk-2.18.13
/usr/portage/dev-ml/lablgtk/lablgtk-2.18.13.ebuild 2023-10-09 14:52:29.792368358 +0300 | ||
---|---|---|
9 | 9 | |
10 | 10 |
LICENSE="LGPL-2.1-with-linking-exception examples? ( lablgtk-examples )" |
11 | 11 |
SLOT="2/${PV}" |
12 |
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" |
|
12 |
KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" |
|
13 | 13 |
IUSE="debug examples glade gnomecanvas +ocamlopt sourceview spell svg" |
14 | 14 | |
15 | 15 |
DEPEND=">=dev-lang/ocaml-4.05:=[ocamlopt?] |
... | ... | |
27 | 27 |
DOCS=( CHANGES README CHANGES.API ) |
28 | 28 | |
29 | 29 |
PATCHES=( |
30 |
"${FILESDIR}"/${P}-cflags.patch |
|
31 |
"${FILESDIR}"/${P}-Makefile.patch |
|
32 |
"${FILESDIR}"/${P}-depend.patch |
|
30 |
"${FILESDIR}"/${PN}-2.18.12-cflags.patch |
|
31 |
"${FILESDIR}"/${PN}-2.18.12-Makefile.patch |
|
32 |
"${FILESDIR}"/${PN}-2.18.12-depend.patch |
|
33 | 33 |
) |
34 | 34 | |
35 | 35 |
src_configure() { |