Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/monit/
Date: Tue, 30 Mar 2021 09:32:33
Message-Id: 1617096733.89eb5aee765ced76978c27ad8dee68feec7c437b.polynomial-c@gentoo
1 commit: 89eb5aee765ced76978c27ad8dee68feec7c437b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 09:26:23 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 09:32:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89eb5aee
7
8 app-admin/monit: Removed useless call to "eutils" eclass
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 app-admin/monit/monit-5.27.2.ebuild | 2 +-
13 app-admin/monit/monit-5.28.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/monit/monit-5.27.2.ebuild b/app-admin/monit/monit-5.27.2.ebuild
17 index bc107a7fd16..69c2daf0130 100644
18 --- a/app-admin/monit/monit-5.27.2.ebuild
19 +++ b/app-admin/monit/monit-5.27.2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -inherit bash-completion-r1 pam systemd eutils
25 +inherit bash-completion-r1 pam systemd
26
27 DESCRIPTION="Monitoring and managing daemons or similar programs running on a Unix system"
28 HOMEPAGE="http://mmonit.com/monit/"
29
30 diff --git a/app-admin/monit/monit-5.28.0.ebuild b/app-admin/monit/monit-5.28.0.ebuild
31 index bc107a7fd16..69c2daf0130 100644
32 --- a/app-admin/monit/monit-5.28.0.ebuild
33 +++ b/app-admin/monit/monit-5.28.0.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -inherit bash-completion-r1 pam systemd eutils
39 +inherit bash-completion-r1 pam systemd
40
41 DESCRIPTION="Monitoring and managing daemons or similar programs running on a Unix system"
42 HOMEPAGE="http://mmonit.com/monit/"