Diff mptcpd-0.12 with a mptcpd-0.13
/usr/portage/net-misc/mptcpd/mptcpd-0.13.ebuild 2025-02-03 17:39:35.894677866 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
24 | 24 |
doc? ( |
25 | 25 |
app-text/doxygen |
26 | 26 |
virtual/pandoc |
27 |
media-gfx/graphviz |
|
27 | 28 |
) |
28 | 29 |
virtual/pkgconfig |
29 | 30 |
" |
... | ... | |
33 | 34 |
EGIT_REPO_URI="https://github.com/intel/mptcpd.git" |
34 | 35 |
else |
35 | 36 |
SRC_URI="https://github.com/intel/mptcpd/releases/download/v${PV}/${P}.tar.gz" |
36 |
KEYWORDS="~amd64" |
|
37 |
KEYWORDS="amd64" |
|
37 | 38 |
fi |
38 | 39 | |
39 | 40 |
CONFIG_CHECK="MPTCP" |