diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-21 16:33:37 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-21 17:16:14 +0000 |
commit | e3741813d30f78785008778c7710d383e6052e33 (patch) | |
tree | 016f21e76c368a523911a2133ef447088add697f | |
parent | flx/init: deprecate eutils (diff) | |
download | portage-e3741813d30f78785008778c7710d383e6052e33.tar.xz |
net-firewall/iptables-snmp: deprecate eutils
-rw-r--r-- | net-firewall/iptables-snmp/iptables-snmp-0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/iptables-snmp/iptables-snmp-0.1.ebuild b/net-firewall/iptables-snmp/iptables-snmp-0.1.ebuild index ab9620fb..eb1f8bb6 100644 --- a/net-firewall/iptables-snmp/iptables-snmp-0.1.ebuild +++ b/net-firewall/iptables-snmp/iptables-snmp-0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="SNMP agent for linux iptables" HOMEPAGE="http://www.nobiscuit.com/iptables-snmp" |