commit:     d907ab45e8c8d14b0450f29ceccd5a4e386d9742
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 19:36:33 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 19:36:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d907ab45

app-admin/sagan-rules: update live ebuild

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-admin/sagan-rules/sagan-rules-99999999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-admin/sagan-rules/sagan-rules-99999999.ebuild 
b/app-admin/sagan-rules/sagan-rules-99999999.ebuild
index 85ac82618c6..6506abadf61 100644
--- a/app-admin/sagan-rules/sagan-rules-99999999.ebuild
+++ b/app-admin/sagan-rules/sagan-rules-99999999.ebuild
@@ -5,13 +5,13 @@ EAPI=7
 
 inherit git-r3
 
+EGIT_REPO_URI="https://github.com/beave/sagan-rules.git";
+
 DESCRIPTION="Rules for Sagan log analyzer"
 HOMEPAGE="http://sagan.softwink.com/";
-EGIT_REPO_URI="https://github.com/beave/sagan-rules.git";
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="+lognorm"
 
 PDEPEND="app-admin/sagan"
 
@@ -19,7 +19,6 @@ src_install() {
        insinto /etc/sagan-rules
        doins *.config
        doins *rules
-       if use lognorm; then
-               doins normalization.rulebase
-       fi
+       doins *map
+       doins normalization.rulebase
 }

Reply via email to