Сравнение eggdrop-1.9.1 с eggdrop-1.9.4
/usr/portage/net-irc/eggdrop/eggdrop-1.9.4.ebuild 2023-10-09 14:52:34.456368475 +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 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit readme.gentoo-r1 |
7 | 7 | |
... | ... | |
11 | 11 |
SRC_URI="https://ftp.eggheads.org/pub/eggdrop/source/${PV:0:3}/${MY_P}.tar.gz" |
12 | 12 |
S="${WORKDIR}/${MY_P}" |
13 | 13 | |
14 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~riscv sparc x86" |
|
14 |
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~riscv sparc x86" |
|
15 | 15 |
LICENSE="GPL-2+" |
16 | 16 |
SLOT="0" |
17 |
IUSE="debug doc ipv6 ssl static" |
|
17 |
IUSE="debug doc ssl static" |
|
18 | 18 | |
19 | 19 |
DEPEND=" |
20 | 20 |
dev-lang/tcl:0= |
... | ... | |
28 | 28 |
DOCS=( AUTHORS FEATURES INSTALL NEWS README THANKS UPGRADING ) |
29 | 29 | |
30 | 30 |
src_configure() { |
31 |
econf $(use_enable ssl tls) \ |
|
32 |
$(use_enable ipv6 ipv6) |
|
31 |
econf --enable-ipv6 \ |
|
32 |
$(use_enable ssl tls) |
|
33 | 33 | |
34 | 34 |
emake config |
35 | 35 |
} |