diff options
Diffstat (limited to 'net-misc/strongswan/strongswan-5.0.3.ebuild')
-rw-r--r-- | net-misc/strongswan/strongswan-5.0.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/strongswan/strongswan-5.0.3.ebuild b/net-misc/strongswan/strongswan-5.0.3.ebuild index 3c50977ad64d..7051a49595eb 100644 --- a/net-misc/strongswan/strongswan-5.0.3.ebuild +++ b/net-misc/strongswan/strongswan-5.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.3.ebuild,v 1.2 2013/04/28 16:12:27 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.3.ebuild,v 1.3 2013/04/28 16:24:59 gurligebis Exp $ EAPI=2 inherit eutils linux-info user @@ -82,6 +82,10 @@ pkg_setup() { fi } +src_prepare() { + epatch_user +} + src_configure() { local myconf="" |