Сравнение ragel-7.0.4 с ragel-7.0.4-r1
/usr/portage/dev-util/ragel/ragel-7.0.4-r1.ebuild 2023-10-09 14:52:30.992368388 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 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 |
inherit autotools |
7 | 7 | |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="MIT" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
15 | 15 |
IUSE="doc" |
16 | 16 | |
17 | 17 |
# Notes from bug #766090 |
... | ... | |
29 | 29 |
media-gfx/transfig |
30 | 30 |
) |
31 | 31 |
" |
32 |
DEPEND="~dev-util/colm-0.14.7" |
|
32 |
DEPEND=">=dev-util/colm-0.14.7-r1" |
|
33 | 33 |
RDEPEND="${DEPEND}" |
34 | 34 | |
35 | 35 |
PATCHES=( |
36 | 36 |
"${FILESDIR}"/${PN}-7.0.4-drop-julia-check.patch |
37 |
"${FILESDIR}"/${PN}-7.0.4-link-colm-properly.patch |
|
37 | 38 |
) |
38 | 39 | |
39 | 40 |
src_prepare() { |