diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-07 11:58:49 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-07 11:58:49 +0000 |
commit | 29efbaf94cd5b1eb019da7a8584f26f2efb83d66 (patch) | |
tree | e42aa2e380a60d171439834b9dd4df3aa35920c6 /net-firewall | |
parent | Restore doc-install in build system, applying a fix for out-of-source install... (diff) | |
download | gentoo-2-29efbaf94cd5b1eb019da7a8584f26f2efb83d66.tar.gz gentoo-2-29efbaf94cd5b1eb019da7a8584f26f2efb83d66.tar.bz2 gentoo-2-29efbaf94cd5b1eb019da7a8584f26f2efb83d66.zip |
Stable on amd64, wrt bug #461978
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipset/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/ipset/ipset-6.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/ipset/ChangeLog b/net-firewall/ipset/ChangeLog index a383ea6a5786..54aeef72f1c2 100644 --- a/net-firewall/ipset/ChangeLog +++ b/net-firewall/ipset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/ipset # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.70 2013/03/16 21:42:09 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.71 2013/05/07 11:58:49 pinkbyte Exp $ + + 07 May 2013; Sergey Popov <pinkbyte@gentoo.org> ipset-6.17.ebuild: + Stable on amd64, wrt bug #461978 *ipset-6.17 (16 Mar 2013) diff --git a/net-firewall/ipset/ipset-6.17.ebuild b/net-firewall/ipset/ipset-6.17.ebuild index f160d9bb491a..e81abd220334 100644 --- a/net-firewall/ipset/ipset-6.17.ebuild +++ b/net-firewall/ipset/ipset-6.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.17.ebuild,v 1.1 2013/03/16 21:42:09 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.17.ebuild,v 1.2 2013/05/07 11:58:49 pinkbyte Exp $ EAPI="5" inherit autotools linux-info linux-mod @@ -11,7 +11,7 @@ SRC_URI="http://ipset.netfilter.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="modules" RDEPEND=">=net-firewall/iptables-1.4.7 |