summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seren <guillaumeseren@gmail.com>2021-03-13 11:24:08 +0100
committerSam James <sam@gentoo.org>2021-09-28 02:03:46 +0100
commit2ca58b4acdda5e747bf703e6d59b580199cd9db6 (patch)
tree7c0b6900d25596056d36e59801cd82d061b48616
parentapp-emulation/vagrant: Bump to version 2.2.14 (diff)
downloadgentoo-2ca58b4a.tar.gz
gentoo-2ca58b4a.tar.bz2
gentoo-2ca58b4a.zip
dev-ruby/net-scp: Activate tests on 3.0.0
Closes: https://bugs.gentoo.org/765247 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ruby/net-scp/net-scp-3.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/net-scp/net-scp-3.0.0.ebuild b/dev-ruby/net-scp/net-scp-3.0.0.ebuild
index a544e4500fd7..2a3098587cf8 100644
--- a/dev-ruby/net-scp/net-scp-3.0.0.ebuild
+++ b/dev-ruby/net-scp/net-scp-3.0.0.ebuild
@@ -20,7 +20,8 @@ SRC_URI="https://github.com/net-ssh/net-scp/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
ruby_add_bdepend "
doc? ( || ( dev-ruby/net-ssh:6 dev-ruby/net-ssh:5 ) )