summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-04-16 09:12:02 -0400
committerMike Gilbert <floppym@gentoo.org>2016-04-16 09:13:09 -0400
commit40e0ef0dfdf66ca92e2cb5b5b70d78941e175377 (patch)
treef5e0e60274af0a2e7c9b986c1f5483c2038c22d6 /net-misc/libreswan/libreswan-9999.ebuild
parentdev-ruby/redis: Remove ruby19 (diff)
downloadgentoo-40e0ef0dfdf66ca92e2cb5b5b70d78941e175377.tar.gz
gentoo-40e0ef0dfdf66ca92e2cb5b5b70d78941e175377.tar.bz2
gentoo-40e0ef0dfdf66ca92e2cb5b5b70d78941e175377.zip
net-misc/libreswan: bump to 3.17
Package-Manager: portage-2.2.28_p64
Diffstat (limited to 'net-misc/libreswan/libreswan-9999.ebuild')
-rw-r--r--net-misc/libreswan/libreswan-9999.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-9999.ebuild
index 732f27d72b61..2fd8e0c08caa 100644
--- a/net-misc/libreswan/libreswan-9999.ebuild
+++ b/net-misc/libreswan/libreswan-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-inherit eutils systemd toolchain-funcs
+inherit systemd toolchain-funcs
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://download.libreswan.org/${P}.tar.gz"
@@ -46,10 +46,6 @@ RDEPEND="${COMMON_DEPEND}
!net-misc/strongswan
"
-src_prepare() {
- epatch_user
-}
-
usetf() {
usex "$1" true false
}
@@ -72,6 +68,7 @@ src_configure() {
export USE_XAUTHPAM=$(usetf pam)
export DEBUG_CFLAGS=
export OPTIMIZE_CFLAGS=
+ export WERROR_CFLAGS=
}
src_compile() {