Diff dcc-1.3.158-r1 with a dcc-1.3.158-r2
/usr/portage/mail-filter/dcc/dcc-1.3.158-r2.ebuild 2023-10-09 14:52:31.576368403 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
inherit flag-o-matic toolchain-funcs |
|
6 |
inherit toolchain-funcs |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Distributed Checksum Clearinghouse" |
9 | 9 |
HOMEPAGE="https://www.rhyolite.com/dcc/" |
... | ... | |
22 | 22 |
net-misc/wget |
23 | 23 |
www-client/fetch |
24 | 24 |
) |
25 |
milter? ( |
|
26 |
|| ( |
|
27 |
mail-filter/libmilter |
|
28 |
mail-mta/sendmail |
|
29 |
) |
|
30 |
) |
|
25 |
milter? ( mail-filter/libmilter:= ) |
|
31 | 26 |
rrdtool? ( net-analyzer/rrdtool )" |
32 | 27 |
DEPEND="${RDEPEND}" |
33 | 28 | |
... | ... | |
40 | 35 |
PATCHES=( |
41 | 36 |
"${FILESDIR}"/${PN}-1.3.140-freebsd.patch |
42 | 37 |
"${FILESDIR}"/${P}-fno-common.patch |
38 |
"${FILESDIR}"/${P}-clang16.patch |
|
39 |
"${FILESDIR}"/${P}-c2x.patch |
|
43 | 40 |
) |
44 | 41 | |
45 | 42 |
src_configure() { |