diff options
author | 2014-03-02 22:49:23 +0000 | |
---|---|---|
committer | 2014-03-02 22:49:23 +0000 | |
commit | a62f2485a1bc58fc36b57da9e08ddb20f7b0f1f0 (patch) | |
tree | b0b0389089dcc0c4164691f1b6d8b797d2056e35 /net-misc | |
parent | amd64 stable, bug #501716 (diff) | |
download | gentoo-2-a62f2485a1bc58fc36b57da9e08ddb20f7b0f1f0.tar.gz gentoo-2-a62f2485a1bc58fc36b57da9e08ddb20f7b0f1f0.tar.bz2 gentoo-2-a62f2485a1bc58fc36b57da9e08ddb20f7b0f1f0.zip |
amd64 stable, bug #501914
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-misc')
-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 af1c3aca1921..e8d6ee2530b1 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.6 2014/01/17 03:42:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v 1.7 2014/03/02 22:49:23 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> libreswan-3.8.ebuild: + amd64 stable, bug #501914 *libreswan-3.8 (17 Jan 2014) diff --git a/net-misc/libreswan/libreswan-3.8.ebuild b/net-misc/libreswan/libreswan-3.8.ebuild index 9a4148256455..2921e9dbeb1c 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.1 2014/01/17 03:42:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/libreswan-3.8.ebuild,v 1.2 2014/03/02 22:49:23 pacho 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" |