summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-01-01 16:13:42 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-01-01 16:13:42 +0000
commite9c71ebade8f7b50561c50911f153d6ae4f318dc (patch)
tree14f9c0d77b822929b8a65ac3b223eab580037437 /dev-libs/nettle/nettle-1.15.ebuild
parentNon maintainer version bump. Bug #359187. Thanks to Ondrej Grover <ondrej.gro... (diff)
downloadgentoo-2-e9c71ebade8f7b50561c50911f153d6ae4f318dc.tar.gz
gentoo-2-e9c71ebade8f7b50561c50911f153d6ae4f318dc.tar.bz2
gentoo-2-e9c71ebade8f7b50561c50911f153d6ae4f318dc.zip
Fix build failure against binutils-2.22 by jdhore (bug #396659). Dropped blockers on nonexistent dev-libs/lsh.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/nettle/nettle-1.15.ebuild')
-rw-r--r--dev-libs/nettle/nettle-1.15.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/nettle/nettle-1.15.ebuild b/dev-libs/nettle/nettle-1.15.ebuild
index 91f4cdaa2adb..ab283d1d1c76 100644
--- a/dev-libs/nettle/nettle-1.15.ebuild
+++ b/dev-libs/nettle/nettle-1.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-1.15.ebuild,v 1.7 2010/12/17 15:50:55 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-1.15.ebuild,v 1.8 2012/01/01 16:13:42 slyfox Exp $
inherit eutils autotools
@@ -15,13 +15,14 @@ IUSE="gmp ssl"
DEPEND="gmp? ( dev-libs/gmp )
ssl? ( dev-libs/openssl )
- !<dev-libs/lsh-1.4.3-r1"
+ "
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PN}-1.14-make-as-needed.patch"
+ epatch "${FILESDIR}"/${PN}-2.0-binutils-2.22.patch #bug 396659
sed -i \
-e '/CFLAGS/s:-ggdb3::' \
configure.ac || die