diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-01-05 00:54:24 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-01-05 00:54:24 +0000 |
commit | 4e37e00897b3e532b89a4bb14b110eb60038676b (patch) | |
tree | 84314ca0d57757210c610f9a0ac560b6491b28f6 /net-misc/strongswan | |
parent | Fork of openswan, bug 471092. Thanks to Geaaru and Chistopher Camisa. (diff) | |
download | gentoo-2-4e37e00897b3e532b89a4bb14b110eb60038676b.tar.gz gentoo-2-4e37e00897b3e532b89a4bb14b110eb60038676b.tar.bz2 gentoo-2-4e37e00897b3e532b89a4bb14b110eb60038676b.zip |
Add blocker on libreswan.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-misc/strongswan')
-rw-r--r-- | net-misc/strongswan/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/strongswan/strongswan-5.1.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/strongswan/ChangeLog b/net-misc/strongswan/ChangeLog index 5737a708b50a..2e042fe4b2e6 100644 --- a/net-misc/strongswan/ChangeLog +++ b/net-misc/strongswan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/strongswan -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.132 2013/11/10 11:23:48 gurligebis Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.133 2014/01/05 00:54:24 floppym Exp $ + + 05 Jan 2014; Mike Gilbert <floppym@gentoo.org> strongswan-5.1.1.ebuild: + Add blocker on libreswan. 10 Nov 2013; <gurligebis@gentoo.org> -strongswan-5.1.0.ebuild: Removing old version diff --git a/net-misc/strongswan/strongswan-5.1.1.ebuild b/net-misc/strongswan/strongswan-5.1.1.ebuild index 848edf6d41ce..87b841f3c993 100644 --- a/net-misc/strongswan/strongswan-5.1.1.ebuild +++ b/net-misc/strongswan/strongswan-5.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.1.1.ebuild,v 1.5 2013/11/10 07:56:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.1.1.ebuild,v 1.6 2014/01/05 00:54:24 floppym Exp $ EAPI=5 inherit eutils linux-info systemd user @@ -30,7 +30,8 @@ DEPEND="${COMMON_DEPEND} sys-kernel/linux-headers" RDEPEND="${COMMON_DEPEND} virtual/logger - sys-apps/iproute2" + sys-apps/iproute2 + !net-misc/libreswan" UGID="ipsec" |