Diff lablgtk-2.18.10 with a lablgtk-2.18.12
/usr/portage/dev-ml/lablgtk/lablgtk-2.18.12.ebuild 2023-10-09 14:52:29.792368358 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
DESCRIPTION="Objective CAML interface for Gtk+2" |
7 | 7 |
HOMEPAGE="http://lablgtk.forge.ocamlcore.org" |
... | ... | |
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?] |
... | ... | |
28 | 28 | |
29 | 29 |
PATCHES=( |
30 | 30 |
"${FILESDIR}"/${P}-cflags.patch |
31 |
"${FILESDIR}"/${P}-Makefile.patch |
|
32 |
"${FILESDIR}"/${P}-depend.patch |
|
31 | 33 |
) |
32 | 34 | |
33 | 35 |
src_configure() { |