summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-01-09 17:00:01 +0000
committerJeroen Roovers <jer@gentoo.org>2011-01-09 17:00:01 +0000
commit4a59aab8ef722279a885d75fb4d9f491f3bceeef (patch)
treed21983108018e4097475254862e501f76a4eed85 /net-libs/libntlm/libntlm-1.2.ebuild
parentia64 stable wrt #350187 (diff)
downloadhistorical-4a59aab8ef722279a885d75fb4d9f491f3bceeef.tar.gz
historical-4a59aab8ef722279a885d75fb4d9f491f3bceeef.tar.bz2
historical-4a59aab8ef722279a885d75fb4d9f491f3bceeef.zip
Do not run valgrind tests (bug #336457).
Package-Manager: portage-2.2.0_alpha14/cvs/Linux i686
Diffstat (limited to 'net-libs/libntlm/libntlm-1.2.ebuild')
-rw-r--r--net-libs/libntlm/libntlm-1.2.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/libntlm/libntlm-1.2.ebuild b/net-libs/libntlm/libntlm-1.2.ebuild
index bddf6a3e40ca..1ca5c35f41f3 100644
--- a/net-libs/libntlm/libntlm-1.2.ebuild
+++ b/net-libs/libntlm/libntlm-1.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.2.ebuild,v 1.1 2010/06/01 14:40:06 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.2.ebuild,v 1.2 2011/01/09 17:00:01 jer Exp $
+
+EAPI="2"
DESCRIPTION="Microsoft's NTLM authentication (libntlm) library"
HOMEPAGE="http://josefsson.org/libntlm/"
@@ -11,6 +13,10 @@ LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
+src_configure() {
+ econf --disable-valgrind-tests
+}
+
src_install () {
emake install DESTDIR="${D}" || die
dodoc AUTHORS ChangeLog NEWS README