diff options
author | Sam James <sam@gentoo.org> | 2023-03-26 04:15:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-26 04:15:06 +0100 |
commit | 93c218660113f356118e10fa38cfc8233af460cb (patch) | |
tree | 3d993b8bce9171f5c5f334f2e3c514546e922d3f /dev-ruby | |
parent | dev-ruby/net-scp: Stabilize 4.0.0 amd64, #903093 (diff) | |
download | gentoo-93c218660113f356118e10fa38cfc8233af460cb.tar.gz gentoo-93c218660113f356118e10fa38cfc8233af460cb.tar.bz2 gentoo-93c218660113f356118e10fa38cfc8233af460cb.zip |
dev-ruby/net-scp: Stabilize 4.0.0 ppc64, #903093
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/net-scp/net-scp-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/net-scp/net-scp-4.0.0.ebuild b/dev-ruby/net-scp/net-scp-4.0.0.ebuild index 48c98c14d723..42a3d383f3e3 100644 --- a/dev-ruby/net-scp/net-scp-4.0.0.ebuild +++ b/dev-ruby/net-scp/net-scp-4.0.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/net-ssh/net-scp/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="2" -KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |