Diff Net-SSH-AuthorizedKeysFile-0.180.0-r1 with a Net-SSH-AuthorizedKeysFile-0.180.0-r2
/usr/portage/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0-r2.ebuild 2023-10-09 14:52:29.900368360 +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 | 4 |
EAPI=8 |
... | ... | |
12 | 12 |
SLOT="0" |
13 | 13 |
KEYWORDS="amd64 x86" |
14 | 14 | |
15 |
SRC_URI+=" https://github.com/mschilli/net-ssh-authorizedkeysfile-perl/pull/3.patch -> ${PF}-extra-keys.patch " |
|
16 |
PATCHES=( |
|
17 |
"${DISTDIR}"/${PF}-extra-keys.patch |
|
18 |
) |
|
19 | ||
15 | 20 |
RDEPEND=" |
16 | 21 |
virtual/perl-Digest-MD5 |
17 | 22 |
virtual/perl-File-Spec |