diff options
Diffstat (limited to 'app-shells/pdsh/pdsh-2.26-r1.ebuild')
-rw-r--r-- | app-shells/pdsh/pdsh-2.26-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/pdsh/pdsh-2.26-r1.ebuild b/app-shells/pdsh/pdsh-2.26-r1.ebuild index cd2b214c3640..095ad29902e1 100644 --- a/app-shells/pdsh/pdsh-2.26-r1.ebuild +++ b/app-shells/pdsh/pdsh-2.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="crypt readline rsh static-libs test" +RESTRICT="!test? ( test )" RDEPEND=" crypt? ( net-misc/openssh ) |