Diff stunnel-5.64-r2 with a stunnel-5.65-r2
/usr/portage/net-misc/stunnel/stunnel-5.65-r2.ebuild 2023-10-09 14:52:34.708368482 +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 |
... | ... | |
21 | 21 |
LICENSE="GPL-2" |
22 | 22 |
SLOT="0" |
23 | 23 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |
24 |
IUSE="ipv6 selinux stunnel3 tcpd" |
|
24 |
IUSE="selinux stunnel3 tcpd" |
|
25 | 25 | |
26 | 26 |
DEPEND=" |
27 | 27 |
dev-libs/openssl:0= |
... | ... | |
51 | 51 |
src_configure() { |
52 | 52 |
local myeconfargs=( |
53 | 53 |
--libdir="${EPREFIX}/usr/$(get_libdir)" |
54 |
$(use_enable ipv6) |
|
55 | 54 |
$(use_enable tcpd libwrap) |
56 | 55 |
--with-ssl="${EPREFIX}"/usr |
57 | 56 |
--disable-fips |