diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-12 10:14:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-12 10:14:34 +0000 |
commit | 18f11c04de582dbc2a13a1e6b4c99de6b8fe253f (patch) | |
tree | 50778290091c6ff1dd489baf749dbed9af17923b /net-libs/libssh2 | |
parent | amd64/x86 stable wrt bug #519940 (diff) | |
download | gentoo-2-18f11c04de582dbc2a13a1e6b4c99de6b8fe253f.tar.gz gentoo-2-18f11c04de582dbc2a13a1e6b4c99de6b8fe253f.tar.bz2 gentoo-2-18f11c04de582dbc2a13a1e6b4c99de6b8fe253f.zip |
Do not run mansyntax.sh test (bug #449328).
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.3-r1.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 49cd2f548ae4..0a2711c7e6f1 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.87 2014/07/18 15:38:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.88 2014/10/12 10:14:34 jer Exp $ + + 12 Oct 2014; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3-r1.ebuild: + Do not run mansyntax.sh test (bug #449328). 18 Jul 2014; Jeroen Roovers <jer@gentoo.org> -libssh2-1.4.2.ebuild, files/libssh2-1.4.2-pkgconfig.patch: diff --git a/net-libs/libssh2/libssh2-1.4.3-r1.ebuild b/net-libs/libssh2/libssh2-1.4.3-r1.ebuild index ca8b8e46bc78..0dcfb5fe716e 100644 --- a/net-libs/libssh2/libssh2-1.4.3-r1.ebuild +++ b/net-libs/libssh2/libssh2-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild,v 1.2 2014/06/18 20:38:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild,v 1.3 2014/10/12 10:14:34 jer Exp $ EAPI="5" @@ -24,6 +24,12 @@ DOCS=( README ) PATCHES=( "${FILESDIR}"/${PN}-1.4.2-pkgconfig.patch ) +src_prepare() { + sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die + eautomake + multilib_src_prepare +} + multilib_src_configure() { # Disable tests that require extra permissions (bug #333319) use test && local -x ac_cv_path_SSHD= |