Diff xmlrpc-c-1.54.05-r2 with a xmlrpc-c-1.54.06
/usr/portage/dev-libs/xmlrpc-c/xmlrpc-c-1.54.06.ebuild 2023-10-09 14:52:29.772368357 +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 | 4 |
EAPI=8 |
... | ... | |
16 | 16 | |
17 | 17 |
LICENSE="BSD" |
18 | 18 |
SLOT="0/4.54" |
19 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" |
|
19 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" |
|
20 | 20 |
IUSE="abyss +cgi +curl +cxx +libxml2 threads test" |
21 | 21 |
RESTRICT="!test? ( test )" |
22 | 22 |
REQUIRED_USE="test? ( abyss curl cxx )" |
23 | 23 | |
24 | 24 |
RDEPEND=" |
25 |
dev-libs/openssl:= |
|
25 | 26 |
sys-libs/ncurses:= |
26 | 27 |
sys-libs/readline:= |
27 | 28 |
curl? ( net-misc/curl ) |
... | ... | |
33 | 34 |
PATCHES=( |
34 | 35 |
"${FILESDIR}"/${PN}-1.51.06-pkg-config-libxml2.patch |
35 | 36 |
"${FILESDIR}"/${PN}-1.51.06-pkg-config-openssl.patch |
37 |
"${FILESDIR}"/${PN}-1.54.06-wformat-security.patch |
|
36 | 38 |
) |
37 | 39 | |
38 | 40 |
pkg_setup() { |