commit: 4467e1866ad1727c9d3f572388fd5abe2f0c4177
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 07:42:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 07:42:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4467e186
net-analyzer/mbrowse: minor style changes
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild | 7 ++++---
1 file 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 e19a12d4181..4c72d7daca6 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)"
}