summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2015-02-06 12:06:46 +0000
committerMikle Kolyada <zlogene@gentoo.org>2015-02-06 12:06:46 +0000
commit00a3fc96d12dda412b8a3c14edde5651959b1025 (patch)
tree8c3b5d0b65cd4f9acb1959bc3fa1b10aa7c582c7 /net-firewall/shorewall
parentDrop old (diff)
downloadgentoo-2-00a3fc96d12dda412b8a3c14edde5651959b1025.tar.gz
gentoo-2-00a3fc96d12dda412b8a3c14edde5651959b1025.tar.bz2
gentoo-2-00a3fc96d12dda412b8a3c14edde5651959b1025.zip
amd64/x86 stable wrt bug #536796
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r--net-firewall/shorewall/ChangeLog5
-rw-r--r--net-firewall/shorewall/shorewall-4.6.6.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog
index fbef44ca1211..e8719aa6d8f2 100644
--- a/net-firewall/shorewall/ChangeLog
+++ b/net-firewall/shorewall/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/shorewall
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.272 2015/02/05 11:36:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.273 2015/02/06 12:06:46 zlogene Exp $
+
+ 06 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> shorewall-4.6.6.1.ebuild:
+ amd64/x86 stable wrt bug #536796
05 Feb 2015; Jeroen Roovers <jer@gentoo.org> shorewall-4.6.6.1.ebuild:
Stable for HPPA (bug #536796).
diff --git a/net-firewall/shorewall/shorewall-4.6.6.1.ebuild b/net-firewall/shorewall/shorewall-4.6.6.1.ebuild
index 2399278fdd64..742e5ed98f74 100644
--- a/net-firewall/shorewall/shorewall-4.6.6.1.ebuild
+++ b/net-firewall/shorewall/shorewall-4.6.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.1.ebuild,v 1.2 2015/02/05 11:36:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.1.ebuild,v 1.3 2015/02/06 12:06:46 zlogene Exp $
EAPI="5"
@@ -11,7 +11,7 @@ DESCRIPTION+=' a high-level tool for configuring Netfilter'
HOMEPAGE="http://www.shorewall.net/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86"
IUSE="doc +init +ipv4 ipv6 lite4 lite6"
MY_PV=${PV/_rc/-RC}
@@ -57,7 +57,7 @@ MY_P_DOCS=${MY_PN_DOCS/#S/s}-${MY_PV}
MY_URL_PREFIX=
MY_URL_SUFFIX=
if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then
- KEYWORDS="hppa"
+ KEYWORDS="amd64 hppa x86"
MY_URL_PREFIX='development/'
_tmp_last_index=$(($(get_last_version_component_index ${MY_PV})+1))