Diff tre-0.8.0_p20210321-r2 with a tre-0.8.0_p20210321-r3
/usr/portage/dev-libs/tre/tre-0.8.0_p20210321-r3.ebuild 2024-12-25 14:59:48.383270072 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 | 7 |
COMMIT="6092368aabdd0dbb0fbceb2766a37b98e0ff6911" |
8 |
PYTHON_COMPAT=( python3_{8..11} pypy3 ) |
|
8 |
PYTHON_COMPAT=( python3_{10..12} pypy3 ) |
|
9 |
DISTUTILS_EXT=1 |
|
9 | 10 |
DISTUTILS_OPTIONAL=1 |
10 | 11 | |
11 | 12 |
inherit autotools distutils-r1 |
... | ... | |
20 | 21 | |
21 | 22 |
LICENSE="BSD-2" |
22 | 23 |
SLOT="0" |
23 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
24 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" |
|
24 | 25 |
IUSE="+agrep +alloca +approx debug nls profile python" |
25 | 26 | |
26 | 27 |
RDEPEND=" |
... | ... | |
103 | 104 |
default |
104 | 105 | |
105 | 106 |
use python && distutils-r1_src_install |
107 | ||
108 |
find "${ED}" -type f -name '*.la' -delete || die |
|
106 | 109 |
} |