summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-04 20:16:49 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-04 20:17:03 +0200
commit527afa1ee33fc871c4b1c2e1376a374aeca284eb (patch)
tree9994c989024449cddb34e375701fd0a23a888a57 /app-admin
parentapp-admin/evtxtools: Remove redundant perl-app inherit (diff)
downloadgentoo-527afa1ee33fc871c4b1c2e1376a374aeca284eb.tar.gz
gentoo-527afa1ee33fc871c4b1c2e1376a374aeca284eb.tar.bz2
gentoo-527afa1ee33fc871c4b1c2e1376a374aeca284eb.zip
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@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/psmon/psmon-1.39-r1.ebuild5
1 files 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 c1f5927344ec..758e8395e1c5 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/"