commit: 527afa1ee33fc871c4b1c2e1376a374aeca284eb Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Oct 4 18:16:49 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 18:17:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527afa1e
app-admin/psmon: move from perl-app to perl-module.eclass Package-Manager: Portage-2.3.70, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-admin/psmon/psmon-1.39-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-admin/psmon/psmon-1.39-r1.ebuild b/app-admin/psmon/psmon-1.39-r1.ebuild index c1f5927344e..758e8395e1c 100644 --- a/app-admin/psmon/psmon-1.39-r1.ebuild +++ b/app-admin/psmon/psmon-1.39-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit perl-app +GENTOO_DEPEND_ON_PERL_SUBSLOT="no" +inherit perl-module DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes" HOMEPAGE="http://www.psmon.com/"
