Сравнение pdsh-2.34-r2 с pdsh-2.35
| /usr/portage/app-shells/pdsh/pdsh-2.35.ebuild 2025-11-10 18:18:05.204532538 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 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 |
| ... | ... | |
| 12 | 12 | |
| 13 | 13 |
LICENSE="GPL-2" |
| 14 | 14 |
SLOT="0" |
| 15 |
KEYWORDS="amd64 x86" |
|
| 15 |
KEYWORDS="~amd64 ~x86" |
|
| 16 | 16 |
IUSE="crypt readline rsh test" |
| 17 | 17 |
RESTRICT="!test? ( test )" |
| 18 | 18 | |
| 19 | 19 |
RDEPEND=" |
| 20 | 20 |
crypt? ( virtual/openssh ) |
| 21 | 21 |
rsh? ( net-misc/netkit-rsh ) |
| 22 |
readline? ( sys-libs/readline:0= )" |
|
| 22 |
readline? ( sys-libs/readline:= )" |
|
| 23 | 23 |
DEPEND="${RDEPEND}"
|
| 24 | 24 |
BDEPEND="test? ( dev-util/dejagnu )" |
| 25 | 25 | |
| 26 | 26 |
PATCHES=( |
| 27 |
"${FILESDIR}/${PN}-2.34-slibtool.patch"
|
|
| 27 |
"${FILESDIR}"/${PN}-2.35-c23.patch
|
|
| 28 | 28 |
) |
| 29 | 29 | |
| 30 | 30 |
pkg_setup() {
|