diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-04 20:14:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-04 20:17:02 +0200 |
commit | ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2 (patch) | |
tree | 1ed4e8b961256796b59e487e8d114834197f1ab7 /app-admin/swatchdog | |
parent | app-text/grutatxt: move from perl-app to perl-module.eclass (diff) | |
download | gentoo-ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2.tar.gz gentoo-ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2.tar.bz2 gentoo-ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2.zip |
app-admin/swatchdog: 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/swatchdog')
-rw-r--r-- | app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild index c572801b8f3a..d6766029f57a 100644 --- a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild +++ b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -GENTOO_DEPEND_ON_PERL_SUBSLOT=yes -inherit perl-app +inherit perl-module DESCRIPTION="Simple log watcher" HOMEPAGE="https://sourceforge.net/projects/swatch/" |