commit:     2eb3be72595c54a213dd779c5f716a04416568a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 08:01:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 08:04:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb3be72

app-admin/sagan-rules: sync live ebuild

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/app-admin/sagan-rules/sagan-rules-99999999.ebuild 
b/app-admin/sagan-rules/sagan-rules-99999999.ebuild
index b1f8d1514eb..85ac82618c6 100644
--- a/app-admin/sagan-rules/sagan-rules-99999999.ebuild
+++ b/app-admin/sagan-rules/sagan-rules-99999999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit git-r3
 
@@ -11,11 +11,8 @@ EGIT_REPO_URI="https://github.com/beave/sagan-rules.git";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 IUSE="+lognorm"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
 PDEPEND="app-admin/sagan"
 
 src_install() {
@@ -23,6 +20,6 @@ src_install() {
        doins *.config
        doins *rules
        if use lognorm; then
-               doins *normalization.rulebase
+               doins normalization.rulebase
        fi
 }

Reply via email to