summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-27 07:42:30 +0000
committerSam James <sam@gentoo.org>2021-02-27 07:42:30 +0000
commit4467e1866ad1727c9d3f572388fd5abe2f0c4177 (patch)
treeccdf89150ea1e60a2525c8cd460f9f79aef16004 /net-analyzer
parentnet-analyzer/net-snmp: add f2fs patch (diff)
downloadgentoo-4467e1866ad1727c9d3f572388fd5abe2f0c4177.tar.gz
gentoo-4467e1866ad1727c9d3f572388fd5abe2f0c4177.tar.bz2
gentoo-4467e1866ad1727c9d3f572388fd5abe2f0c4177.zip
net-analyzer/mbrowse: minor style changes
Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
index e19a12d41812..4c72d7daca60 100644
--- a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
+++ b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
DESCRIPTION="MBrowse is a graphical MIB browser"
@@ -21,6 +22,7 @@ DEPEND="
RDEPEND="${DEPEND}"
DOCS=( AUTHORS README ChangeLog )
+
PATCHES=(
"${FILESDIR}"/${PN}-0.4.3-flags.patch
"${FILESDIR}"/${PN}-0.4.3-fno-common.patch
@@ -32,6 +34,5 @@ src_prepare() {
}
src_configure() {
- econf \
- --with-snmp-lib="${EPREFIX}/usr/$(get_libdir)"
+ econf --with-snmp-lib="${EPREFIX}/usr/$(get_libdir)"
}