Diff hydra-9.4 with a hydra-9.5
/usr/portage/net-analyzer/hydra/hydra-9.5.ebuild 2023-10-09 14:52:33.316368447 +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 |
... | ... | |
12 | 12 | |
13 | 13 |
LICENSE="GPL-3" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="amd64 ~ppc x86" |
|
15 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
16 | 16 |
IUSE="debug firebird gcrypt gtk idn memcached mongodb mysql ncurses oracle pcre postgres rdp libssh samba subversion zlib" |
17 | 17 | |
18 | 18 |
RDEPEND=" |
19 | 19 |
dev-libs/openssl:= |
20 | 20 |
gtk? ( |
21 |
dev-libs/atk |
|
21 |
>=app-accessibility/at-spi2-core-2.46.0 |
|
22 | 22 |
dev-libs/glib:2 |
23 | 23 |
x11-libs/gdk-pixbuf:2 |
24 | 24 |
x11-libs/gtk+:2 |
25 | 25 |
) |
26 | 26 |
firebird? ( dev-db/firebird ) |
27 | 27 |
gcrypt? ( dev-libs/libgcrypt ) |
28 |
idn? ( net-dns/libidn:0= ) |
|
28 |
idn? ( net-dns/libidn:= ) |
|
29 | 29 |
memcached? ( dev-libs/libmemcached[sasl] ) |
30 | 30 |
mongodb? ( dev-libs/mongo-c-driver ) |
31 |
mysql? ( dev-db/mysql-connector-c:0= ) |
|
31 |
mysql? ( dev-db/mysql-connector-c:= ) |
|
32 | 32 |
ncurses? ( sys-libs/ncurses:= ) |
33 | 33 |
oracle? ( dev-db/oracle-instantclient[sdk] ) |
34 | 34 |
pcre? ( dev-libs/libpcre2 ) |
... | ... | |
37 | 37 |
libssh? ( >=net-libs/libssh-0.4.0 ) |
38 | 38 |
samba? ( net-fs/samba ) |
39 | 39 |
subversion? ( dev-vcs/subversion ) |
40 |
zlib? ( sys-libs/zlib )" |
|
40 |
zlib? ( sys-libs/zlib ) |
|
41 |
" |
|
41 | 42 |
DEPEND="${RDEPEND}" |
42 | 43 |
BDEPEND="virtual/pkgconfig" |
43 | 44 | |
44 | 45 |
PATCHES=( |
45 |
"${FILESDIR}"/${PN}-9.4-implicit-func-decl.patch |
|
46 |
"${FILESDIR}"/${PN}-9.5-no-clobber-fortify-source.patch |
|
46 | 47 |
) |
47 | 48 | |
48 | 49 |
src_prepare() { |