diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2011-08-05 08:16:55 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2011-08-05 08:16:55 +0000 |
commit | aa4d9732b60c295017f1c31effd4d4b66a8d638c (patch) | |
tree | 1e67622b91f680b41e6343d973311babdd9c74bc /net-misc | |
parent | Fix avx patch wrt bug #377845. Proxied for scarabeus. (diff) | |
download | gentoo-2-aa4d9732b60c295017f1c31effd4d4b66a8d638c.tar.gz gentoo-2-aa4d9732b60c295017f1c31effd4d4b66a8d638c.tar.bz2 gentoo-2-aa4d9732b60c295017f1c31effd4d4b66a8d638c.zip |
Fixing bug #377653
(Portage version: 2.2.0_alpha50/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/strongswan/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/strongswan/strongswan-4.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/strongswan/ChangeLog b/net-misc/strongswan/ChangeLog index e058291fd76b..487f36a602f1 100644 --- a/net-misc/strongswan/ChangeLog +++ b/net-misc/strongswan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/strongswan # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.89 2011/08/03 09:55:40 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.90 2011/08/05 08:16:55 gurligebis Exp $ + + 05 Aug 2011; <gurligebis@gentoo.org> strongswan-4.5.3.ebuild: + Fixing sandbox violations on amd64 - bug #377653 *strongswan-4.5.3 (03 Aug 2011) diff --git a/net-misc/strongswan/strongswan-4.5.3.ebuild b/net-misc/strongswan/strongswan-4.5.3.ebuild index 43ceeb32be62..2306ef96ce3f 100644 --- a/net-misc/strongswan/strongswan-4.5.3.ebuild +++ b/net-misc/strongswan/strongswan-4.5.3.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-misc/strongswan/strongswan-4.5.3.ebuild,v 1.1 2011/08/03 09:55:40 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.5.3.ebuild,v 1.2 2011/08/05 08:16:55 gurligebis Exp $ EAPI=2 inherit eutils linux-info @@ -142,7 +142,7 @@ src_configure() { } src_install() { - einstall || die "einstall failed" + emake DESTDIR="${D}" install || die "Install failed" doinitd "${FILESDIR}"/ipsec |