summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2015-02-07 18:36:38 +0000
committerMikle Kolyada <zlogene@gentoo.org>2015-02-07 18:36:38 +0000
commit386bd46e0fa3c90d228d16d3a4d098c0be49cb05 (patch)
tree0876d2cf03fbef29345bf6421cccbe966f56972d /net-firewall
parentuse mirror://gnu in SRC_URI (diff)
downloadgentoo-2-386bd46e0fa3c90d228d16d3a4d098c0be49cb05.tar.gz
gentoo-2-386bd46e0fa3c90d228d16d3a4d098c0be49cb05.tar.bz2
gentoo-2-386bd46e0fa3c90d228d16d3a4d098c0be49cb05.zip
alpha/ppc/ppc64/sparc stable wrt bug #536796
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-firewall')
-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 e8719aa6d8f2..891db64d25df 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.273 2015/02/06 12:06:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.274 2015/02/07 18:36:38 zlogene Exp $
+
+ 07 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> shorewall-4.6.6.1.ebuild:
+ alpha/ppc/ppc64/sparc stable wrt bug #536796
06 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> shorewall-4.6.6.1.ebuild:
amd64/x86 stable wrt 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 742e5ed98f74..a65104ad5c62 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.3 2015/02/06 12:06:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.1.ebuild,v 1.4 2015/02/07 18:36:38 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="amd64 hppa x86"
+ KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
MY_URL_PREFIX='development/'
_tmp_last_index=$(($(get_last_version_component_index ${MY_PV})+1))