summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-02-05 11:36:32 +0000
committerJeroen Roovers <jer@gentoo.org>2015-02-05 11:36:32 +0000
commitb765d3dedb93b3a11d0264ce86b03dd5a08fecd5 (patch)
tree87a744422703d348e33e1fefa8a270defa853ff7 /net-firewall/shorewall
parentStable for HPPA (bug #538132). (diff)
downloadgentoo-2-b765d3dedb93b3a11d0264ce86b03dd5a08fecd5.tar.gz
gentoo-2-b765d3dedb93b3a11d0264ce86b03dd5a08fecd5.tar.bz2
gentoo-2-b765d3dedb93b3a11d0264ce86b03dd5a08fecd5.zip
Stable for HPPA (bug #536796).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 5de7158c7ebe..fbef44ca1211 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.271 2015/01/24 19:16:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.272 2015/02/05 11:36:32 jer Exp $
+
+ 05 Feb 2015; Jeroen Roovers <jer@gentoo.org> shorewall-4.6.6.1.ebuild:
+ Stable for HPPA (bug #536796).
*shorewall-4.6.6.1 (24 Jan 2015)
diff --git a/net-firewall/shorewall/shorewall-4.6.6.1.ebuild b/net-firewall/shorewall/shorewall-4.6.6.1.ebuild
index f4d73fdda3da..2399278fdd64 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.1 2015/01/24 19:16:48 dilfridge Exp $
+# $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 $
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=""
+ KEYWORDS="hppa"
MY_URL_PREFIX='development/'
_tmp_last_index=$(($(get_last_version_component_index ${MY_PV})+1))