diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-03-07 12:46:03 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-03-07 14:26:34 -0500 |
commit | f3b3146caddc0a31e9c7f4b5abbeb820328ca583 (patch) | |
tree | 124c98a1d129e8d229c5c8eff2b44482e79a9d30 /net-firewall | |
parent | net-misc/ethertypes: new package to resolve file collision (diff) | |
download | gentoo-f3b3146caddc0a31e9c7f4b5abbeb820328ca583.tar.gz gentoo-f3b3146caddc0a31e9c7f4b5abbeb820328ca583.tar.bz2 gentoo-f3b3146caddc0a31e9c7f4b5abbeb820328ca583.zip |
net-firewall/ebtables: shorten DESCRIPTION
Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ebtables/ebtables-2.0.10.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ebtables/ebtables-2.0.10.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/ebtables/ebtables-2.0.10.4-r1.ebuild b/net-firewall/ebtables/ebtables-2.0.10.4-r1.ebuild index e115a16fdbdc..83e49e5a63cd 100644 --- a/net-firewall/ebtables/ebtables-2.0.10.4-r1.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.10.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -8,7 +8,7 @@ inherit versionator eutils toolchain-funcs multilib flag-o-matic MY_PV=$(replace_version_separator 3 '-' ) MY_P=${PN}-v${MY_PV} -DESCRIPTION="Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting" +DESCRIPTION="Controls Ethernet frame filtering on a Linux bridge, MAC NAT and brouting" HOMEPAGE="http://ebtables.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" diff --git a/net-firewall/ebtables/ebtables-2.0.10.4.ebuild b/net-firewall/ebtables/ebtables-2.0.10.4.ebuild index 7aeb41c564a0..d4f1785a01fa 100644 --- a/net-firewall/ebtables/ebtables-2.0.10.4.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -8,7 +8,7 @@ inherit versionator eutils toolchain-funcs multilib flag-o-matic MY_PV=$(replace_version_separator 3 '-' ) MY_P=${PN}-v${MY_PV} -DESCRIPTION="Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting" +DESCRIPTION="Controls Ethernet frame filtering on a Linux bridge, MAC NAT and brouting" HOMEPAGE="http://ebtables.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" |