Сравнение xmlstarlet-1.6.1 с xmlstarlet-1.6.1-r1
/usr/portage/app-text/xmlstarlet/xmlstarlet-1.6.1-r1.ebuild 2023-10-09 14:52:28.904368335 +0300 | ||
---|---|---|
1 | 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 |
inherit autotools flag-o-matic toolchain-funcs |
7 | 7 | |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="MIT" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
15 | 15 | |
16 | 16 |
RDEPEND=" |
17 | 17 |
dev-libs/libxml2 |
... | ... | |
21 | 21 |
DEPEND="${RDEPEND}" |
22 | 22 |
BDEPEND="virtual/pkgconfig" |
23 | 23 | |
24 |
PATCHES=( |
|
25 |
"${FILESDIR}"/${PN}-1.6.1-clang16.patch |
|
26 |
) |
|
27 | ||
24 | 28 |
src_prepare() { |
25 | 29 |
default |
26 | 30 |