Diff dccserver-0.5-r1 with a dccserver-0.5-r2
/usr/portage/net-irc/dccserver/dccserver-0.5-r2.ebuild 2023-10-09 14:52:34.456368475 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 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 toolchain-funcs |
7 | 7 | |
8 |
DESCRIPTION="linux implementation of the mirc dccserver command" |
|
8 |
DESCRIPTION="Linux implementation of the mirc dccserver command" |
|
9 | 9 |
HOMEPAGE="https://www.nih.at/dccserver/" |
10 | 10 |
SRC_URI="https://www.nih.at/dccserver/${P}.tar.gz" |
11 | 11 | |
... | ... | |
13 | 13 |
SLOT="0" |
14 | 14 |
KEYWORDS="amd64 ppc ~riscv x86" |
15 | 15 | |
16 |
RDEPEND="dev-libs/libbsd" |
|
17 |
DEPEND="${RDEPEND}" |
|
18 | ||
19 |
PATCHES=( "${FILESDIR}/${P}-include-bsd-string-header.patch" ) |
|
20 | ||
16 | 21 |
src_prepare() { |
17 | 22 |
default |
18 | 23 |