summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2013-05-11 10:16:56 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2013-05-11 10:16:56 +0000
commit5b36c48e9bc3f8f7c2c32821c30e288085a7fa83 (patch)
tree9452ccf4b5fd5a6c8842d22a1b8cdf30d00b2c05 /dev-libs
parentDo not use killall -g, bug#463944 thanks to Murray Campbell (diff)
downloadgentoo-2-5b36c48e9bc3f8f7c2c32821c30e288085a7fa83.tar.gz
gentoo-2-5b36c48e9bc3f8f7c2c32821c30e288085a7fa83.tar.bz2
gentoo-2-5b36c48e9bc3f8f7c2c32821c30e288085a7fa83.zip
Fix libdir location, per bug#468810, thanks to Anthony Basile
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/nettle/ChangeLog5
-rw-r--r--dev-libs/nettle/nettle-2.7.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog
index a904538e70ba..fe9d32ed3836 100644
--- a/dev-libs/nettle/ChangeLog
+++ b/dev-libs/nettle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/nettle
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.89 2013/04/27 22:26:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.90 2013/05/11 10:16:56 alonbl Exp $
+
+ 11 May 2013; Alon Bar-Lev <alonbl@gentoo.org> nettle-2.7.ebuild:
+ Fix libdir location, per bug#468810, thanks to Anthony Basile
*nettle-2.7 (27 Apr 2013)
diff --git a/dev-libs/nettle/nettle-2.7.ebuild b/dev-libs/nettle/nettle-2.7.ebuild
index f76d932446dd..0c97a457e64e 100644
--- a/dev-libs/nettle/nettle-2.7.ebuild
+++ b/dev-libs/nettle/nettle-2.7.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v 1.1 2013/04/27 22:26:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v 1.2 2013/05/11 10:16:56 alonbl Exp $
EAPI=5
-inherit eutils autotools
+inherit eutils autotools multilib
DESCRIPTION="Low-level cryptographic library"
HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"
@@ -34,6 +34,7 @@ src_prepare() {
src_configure() {
# --disable-openssl bug #427526
econf \
+ --libdir=/usr/$(get_libdir) \
$(use_enable gmp public-key) \
$(use_enable static-libs static) \
--disable-openssl \