summaryrefslogtreecommitdiff
path: root/sys-apps/logwatch/logwatch-7.8-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-28 13:37:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-28 13:37:56 +0100
commit1919539ec916b166ea3a7b6c5778c40d5bccad70 (patch)
tree8d03694e000aa8e1d2f84456dadbad899b3dbbd6 /sys-apps/logwatch/logwatch-7.8-r1.ebuild
parent1a39e197a344b8ec7e3ed6c173bdf2a1ccba5b6b (diff)
gentoo auto-resync : 28:06:2023 - 13:37:56
Diffstat (limited to 'sys-apps/logwatch/logwatch-7.8-r1.ebuild')
-rw-r--r--sys-apps/logwatch/logwatch-7.8-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/logwatch/logwatch-7.8-r1.ebuild b/sys-apps/logwatch/logwatch-7.8-r1.ebuild
index a7ef017b044c..22edd4652a28 100644
--- a/sys-apps/logwatch/logwatch-7.8-r1.ebuild
+++ b/sys-apps/logwatch/logwatch-7.8-r1.ebuild
@@ -5,6 +5,9 @@ EAPI=8
inherit tmpfiles
+DESCRIPTION="Analyzes and Reports on system logs"
+HOMEPAGE="https://sourceforge.net/projects/logwatch/"
+
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://git.code.sf.net/p/logwatch/git ${PN}"
inherit git-r3
@@ -13,11 +16,9 @@ else
KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
fi
-DESCRIPTION="Analyzes and Reports on system logs"
-HOMEPAGE="https://sourceforge.net/projects/logwatch/"
-
LICENSE="MIT"
SLOT="0"
+IUSE="selinux"
RDEPEND="
dev-lang/perl
@@ -30,6 +31,7 @@ RDEPEND="
virtual/cron
virtual/mta
virtual/mailx
+ selinux? ( sec-policy/selinux-logwatch )
"
src_install() {