diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-12-04 13:32:24 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-12-04 13:32:24 +0000 |
commit | 645902e84e67272146e2ed2f1c109fae1af78747 (patch) | |
tree | d680b24a557ab8c05663bd9eb25f1a9fda873b97 /net-firewall | |
parent | 0.10 Prerelease (diff) | |
download | gentoo-2-645902e84e67272146e2ed2f1c109fae1af78747.tar.gz gentoo-2-645902e84e67272146e2ed2f1c109fae1af78747.tar.bz2 gentoo-2-645902e84e67272146e2ed2f1c109fae1af78747.zip |
stable on amd64 wrt bug 113201
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipsec-tools/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.6.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog index 1e73c57931a3..7f94886df510 100644 --- a/net-firewall/ipsec-tools/ChangeLog +++ b/net-firewall/ipsec-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/ipsec-tools # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.33 2005/12/03 19:34:28 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.34 2005/12/04 13:32:24 blubb Exp $ + + 04 Dec 2005; Simon Stelling <blubb@gentoo.org> + ipsec-tools-0.6.2-r1.ebuild: + stable on amd64 wrt bug 113201 *ipsec-tools-0.4-r2 (03 Dec 2005) diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.6.2-r1.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.6.2-r1.ebuild index 47803d9a7c68..040425beeb3e 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.6.2-r1.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.2-r1.ebuild,v 1.1 2005/12/02 09:19:07 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.2-r1.ebuild,v 1.2 2005/12/04 13:32:24 blubb 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="amd64 ~ppc ~x86" SLOT="0" IUSE="idea ipv6 pam rc5 readline selinux" |