diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-12 03:49:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-12 03:49:20 +0100 |
commit | a769fa034e44ddd9069c9c05a726ffedf934bc9b (patch) | |
tree | a377a27e79230ab74f392b0fd981eaf6b907d142 /net-libs | |
parent | sys-cluster/galera: Version bump for 26.4.3 (diff) | |
download | gentoo-a769fa034e44ddd9069c9c05a726ffedf934bc9b.tar.gz gentoo-a769fa034e44ddd9069c9c05a726ffedf934bc9b.tar.bz2 gentoo-a769fa034e44ddd9069c9c05a726ffedf934bc9b.zip |
net-libs/libssh: RESTRICT+=" !test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/libssh-0.9.2.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libssh/libssh-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-libs/libssh/libssh-0.9.2.ebuild b/net-libs/libssh/libssh-0.9.2.ebuild index 70e9e887037f..dc04b6aee9da 100644 --- a/net-libs/libssh/libssh-0.9.2.ebuild +++ b/net-libs/libssh/libssh-0.9.2.ebuild @@ -46,6 +46,8 @@ DOCS=( AUTHORS README ChangeLog ) PATCHES=( "${FILESDIR}/${PN}-0.8.0-tests.patch" ) +RESTRICT+=" !test? ( test )" + src_prepare() { cmake-utils_src_prepare diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 70e9e887037f..dc04b6aee9da 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -46,6 +46,8 @@ DOCS=( AUTHORS README ChangeLog ) PATCHES=( "${FILESDIR}/${PN}-0.8.0-tests.patch" ) +RESTRICT+=" !test? ( test )" + src_prepare() { cmake-utils_src_prepare |