diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-09-10 12:20:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-09-10 12:20:54 +0000 |
commit | 556b51ed31f8d5f5eed7f8cc8f4db3cb47b49e8d (patch) | |
tree | 313a24fb774955392b115737b9538d533ea74545 /net-libs/libssh | |
parent | Replace docbook-to-man command with docbook2man.pl (not tested) and use imlib... (diff) | |
download | gentoo-2-556b51ed31f8d5f5eed7f8cc8f4db3cb47b49e8d.tar.gz gentoo-2-556b51ed31f8d5f5eed7f8cc8f4db3cb47b49e8d.tar.bz2 gentoo-2-556b51ed31f8d5f5eed7f8cc8f4db3cb47b49e8d.zip |
Explicitly require static libraries to be built if testing is enabled since the tests currently require them.
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.5.1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 9569005395d8..9f7fb9cbea98 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.52 2011/08/24 14:07:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.53 2011/09/10 12:20:54 radhermit Exp $ + + 10 Sep 2011; Tim Harder <radhermit@gentoo.org> libssh-0.5.1.ebuild: + Explicitly require static libraries to be built if testing is enabled since + the tests currently require them. 24 Aug 2011; Jeremy Olexa <darkside@gentoo.org> libssh-0.5.1.ebuild: add prefix keywords, bug 374401 diff --git a/net-libs/libssh/libssh-0.5.1.ebuild b/net-libs/libssh/libssh-0.5.1.ebuild index b87081ff08db..f09ba53ec499 100644 --- a/net-libs/libssh/libssh-0.5.1.ebuild +++ b/net-libs/libssh/libssh-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.1.ebuild,v 1.2 2011/08/24 14:07:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.1.ebuild,v 1.3 2011/09/10 12:20:54 radhermit Exp $ EAPI=4 @@ -26,6 +26,8 @@ DEPEND="${RDEPEND} test? ( dev-util/cmockery ) " +REQUIRED_USE="test? ( static-libs )" + DOCS=( AUTHORS README ChangeLog ) src_prepare() { |