diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-05-26 15:17:36 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-05-26 15:17:36 -0400 |
commit | eae15278122b97472c8c92734c4508bad5cea0f2 (patch) | |
tree | f17a56780a9bdc7404318f597b64319f3228daa1 /net-firewall/xtables-addons/xtables-addons-2.9.ebuild | |
parent | net-firewall/xtables-addons: version bump to 2.11 (diff) | |
download | gentoo-eae15278122b97472c8c92734c4508bad5cea0f2.tar.gz gentoo-eae15278122b97472c8c92734c4508bad5cea0f2.tar.bz2 gentoo-eae15278122b97472c8c92734c4508bad5cea0f2.zip |
net-firewall/xtables-addons: fix DESCRIPTION length
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-firewall/xtables-addons/xtables-addons-2.9.ebuild')
-rw-r--r-- | net-firewall/xtables-addons/xtables-addons-2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/xtables-addons/xtables-addons-2.9.ebuild b/net-firewall/xtables-addons/xtables-addons-2.9.ebuild index 936d85ab58a9..c9acb9b8e001 100644 --- a/net-firewall/xtables-addons/xtables-addons-2.9.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit eutils linux-info linux-mod multilib -DESCRIPTION="extensions not yet accepted in the main kernel/iptables (patch-o-matic(-ng) successor)" +DESCRIPTION="iptables extensions not yet accepted in the main kernel" HOMEPAGE="http://xtables-addons.sourceforge.net/" SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz" |