diff options
author | 2021-04-12 01:43:41 +0100 | |
---|---|---|
committer | 2021-04-16 12:19:21 +0100 | |
commit | f414e984a5e0e7e70d699666c035514dd2dd7e56 (patch) | |
tree | 7fde40bb2dd502524fd862bd4ab9991afc4e93d8 /net-libs | |
parent | net-libs/gnet: explicitly inherit epatch (diff) | |
download | gentoo-f414e984a5e0e7e70d699666c035514dd2dd7e56.tar.gz gentoo-f414e984a5e0e7e70d699666c035514dd2dd7e56.tar.bz2 gentoo-f414e984a5e0e7e70d699666c035514dd2dd7e56.zip |
net-libs/gsnmp: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gsnmp/gsnmp-0.3.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/gsnmp/gsnmp-0.3.0.ebuild b/net-libs/gsnmp/gsnmp-0.3.0.ebuild index 346fa6711278..e38b808d2f68 100644 --- a/net-libs/gsnmp/gsnmp-0.3.0.ebuild +++ b/net-libs/gsnmp/gsnmp-0.3.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils ltprune + +inherit autotools epatch ltprune DESCRIPTION="An SNMP library based on glib and gnet" HOMEPAGE="https://github.com/schoenw/gsnmp" |