diff options
author | Peter Johanson <latexer@gentoo.org> | 2006-10-07 17:54:38 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2006-10-07 17:54:38 +0000 |
commit | 2effdc3ef1d6220a6059198816adfee7394167fc (patch) | |
tree | 2c0cde5abded7fc08894e87f452e75ef497a19e0 /net-firewall/ipsec-tools | |
parent | version bump, clean up old (diff) | |
download | gentoo-2-2effdc3ef1d6220a6059198816adfee7394167fc.tar.gz gentoo-2-2effdc3ef1d6220a6059198816adfee7394167fc.tar.bz2 gentoo-2-2effdc3ef1d6220a6059198816adfee7394167fc.zip |
Stabalise 0.6.3 on x86. See bug #146478.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'net-firewall/ipsec-tools')
-rw-r--r-- | net-firewall/ipsec-tools/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog index fd04ef19b4a5..b4c603d81961 100644 --- a/net-firewall/ipsec-tools/ChangeLog +++ b/net-firewall/ipsec-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/ipsec-tools # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.42 2006/05/29 21:48:48 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.43 2006/10/07 17:54:38 latexer Exp $ + + 07 Oct 2006; Peter Johanson <latexer@gentoo.org> ipsec-tools-0.6.3.ebuild: + Stabalise 0.6.3 on x86. See bug #146478. 29 May 2006; Daniel Black <dragonheart@gentoo.org> -ipsec-tools-0.2.5.ebuild, -ipsec-tools-0.3.1.ebuild: diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.6.3.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.6.3.ebuild index 3e72a48949cf..33e55152a96a 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.6.3.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.3.ebuild,v 1.2 2006/04/08 09:01:52 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.3.ebuild,v 1.3 2006/10/07 17:54:38 latexer Exp $ inherit eutils flag-o-matic @@ -8,7 +8,7 @@ DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IP HOMEPAGE="http://ipsec-tools.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" SLOT="0" IUSE="idea ipv6 pam rc5 readline selinux" |