diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-02-07 22:59:47 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-02-07 22:59:47 +0000 |
commit | d844c5288876253457e4a58e4213f2bad7c3e23a (patch) | |
tree | 29f2b67dc8d3caa1d3da420c108b993614a30441 /net-firewall | |
parent | cleanup (diff) | |
download | gentoo-2-d844c5288876253457e4a58e4213f2bad7c3e23a.tar.gz gentoo-2-d844c5288876253457e4a58e4213f2bad7c3e23a.tar.bz2 gentoo-2-d844c5288876253457e4a58e4213f2bad7c3e23a.zip |
Adjust KEYWORDS handling, bug 539276 by Thomas D.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-4.6.6.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 891db64d25df..5bb0f0a06fee 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.274 2015/02/07 18:36:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.275 2015/02/07 22:59:47 floppym Exp $ + + 07 Feb 2015; Mike Gilbert <floppym@gentoo.org> shorewall-4.6.6.1.ebuild: + Adjust KEYWORDS handling, bug 539276 by Thomas D. 07 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> shorewall-4.6.6.1.ebuild: alpha/ppc/ppc64/sparc 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 a65104ad5c62..948f66efcc48 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.4 2015/02/07 18:36:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.1.ebuild,v 1.5 2015/02/07 22:59:47 floppym Exp $ EAPI="5" @@ -11,7 +11,6 @@ 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" IUSE="doc +init +ipv4 ipv6 lite4 lite6" MY_PV=${PV/_rc/-RC} @@ -57,7 +56,6 @@ 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="alpha amd64 hppa ppc ppc64 sparc x86" MY_URL_PREFIX='development/' _tmp_last_index=$(($(get_last_version_component_index ${MY_PV})+1)) @@ -69,6 +67,8 @@ if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then # Cleaning up temporary variables unset _tmp_last_index unset _tmp_suffix +else + KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" fi SRC_URI=" |