diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:13:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:13:34 +0000 |
commit | 53db0e06c566d4111b3b1a6965466f10893cd52a (patch) | |
tree | 46eafe2822c4e38b12d3481fe8ec72489b648d8d /net-misc/libreswan | |
parent | Stable for x86, wrt bug #500878 (diff) | |
download | gentoo-2-53db0e06c566d4111b3b1a6965466f10893cd52a.tar.gz gentoo-2-53db0e06c566d4111b3b1a6965466f10893cd52a.tar.bz2 gentoo-2-53db0e06c566d4111b3b1a6965466f10893cd52a.zip |
Stable for x86, wrt bug #501914
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/libreswan')
-rw-r--r-- | net-misc/libreswan/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/libreswan/libreswan-3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/libreswan/ChangeLog b/net-misc/libreswan/ChangeLog index e8d6ee2530b1..87fef8fc510b 100644 --- a/net-misc/libreswan/ChangeLog +++ b/net-misc/libreswan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/libreswan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v 1.7 2014/03/02 22:49:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v 1.8 2014/03/04 20:13:34 ago Exp $ + + 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libreswan-3.8.ebuild: + Stable for x86, wrt bug #501914 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> libreswan-3.8.ebuild: amd64 stable, bug #501914 diff --git a/net-misc/libreswan/libreswan-3.8.ebuild b/net-misc/libreswan/libreswan-3.8.ebuild index 2921e9dbeb1c..d94962e1b248 100644 --- a/net-misc/libreswan/libreswan-3.8.ebuild +++ b/net-misc/libreswan/libreswan-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/libreswan-3.8.ebuild,v 1.2 2014/03/02 22:49:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/libreswan-3.8.ebuild,v 1.3 2014/03/04 20:13:34 ago Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit eutils systemd toolchain-funcs if [[ ${PV} != 9999 ]]; then SRC_URI="https://download.libreswan.org/${P}.tar.gz" - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/libreswan/libreswan.git" |