diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-24 20:48:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-24 20:48:54 +0000 |
commit | c065795a6cd1b5821993eda204b88f68ae897843 (patch) | |
tree | 9750ee8c813ac1db9f6901e7b3256090aa77d3fb /net-misc/strongswan/strongswan-5.0.1.ebuild | |
parent | handle more kernel versions like 3.7-trunk-amd64 and add a testsuite for it (diff) | |
download | historical-c065795a6cd1b5821993eda204b88f68ae897843.tar.gz historical-c065795a6cd1b5821993eda204b88f68ae897843.tar.bz2 historical-c065795a6cd1b5821993eda204b88f68ae897843.zip |
Drop `die` as it does not make sense in many cases -- cross-compiling, deploying to ROOT=/some/where, building a binpkg for another system, etc...
Package-Manager: portage-2.2.0_alpha159/cvs/Linux x86_64
Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'net-misc/strongswan/strongswan-5.0.1.ebuild')
-rw-r--r-- | net-misc/strongswan/strongswan-5.0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/strongswan/strongswan-5.0.1.ebuild b/net-misc/strongswan/strongswan-5.0.1.ebuild index 03c24983420b..b4fcbf897b49 100644 --- a/net-misc/strongswan/strongswan-5.0.1.ebuild +++ b/net-misc/strongswan/strongswan-5.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1.ebuild,v 1.2 2012/11/04 20:37:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.1.ebuild,v 1.3 2013/01/24 20:48:48 vapier Exp $ EAPI=2 inherit eutils linux-info user @@ -42,7 +42,6 @@ pkg_setup() { eerror "This ebuild currently only supports ${PN} with the" eerror "native Linux 2.6 IPsec stack on kernels >= 2.6.16." eerror - die "Please install a recent 2.6 kernel." fi if kernel_is -lt 2 6 34; then |