*/*: [QA] Fix trivial cases of MissingTestRestrict
[gentoo.git] / dev-perl / Net-SSH-Perl / Net-SSH-Perl-2.140.0.ebuild
index 5eb760581fefa34b7ef7bb320f76820737c745ef..bf0582538d6dbf280f4dcc54a9bee18b3dbabc51 100644 (file)
@@ -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
@@ -13,6 +13,7 @@ DESCRIPTION="Perl client Interface to SSH"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="minimal test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-perl/Crypt-Curve25519-0.50.0