commit:     58a5f9c7e273af10085f940c2675299f5c9a592f
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 12:59:58 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 12:59:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a5f9c7

app-admin/sshguard: update EAPI 7 -> 8

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-admin/sshguard/sshguard-99999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/sshguard/sshguard-99999.ebuild 
b/app-admin/sshguard/sshguard-99999.ebuild
index ee4653a215e3..35ac2d2df817 100644
--- a/app-admin/sshguard/sshguard-99999.ebuild
+++ b/app-admin/sshguard/sshguard-99999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools systemd
 DESCRIPTION="protects hosts from brute force attacks against ssh"
@@ -12,7 +12,7 @@ if [[ "${PV}" == 99999 ]] ; then
        EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}";
 else
        SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="BSD"

Reply via email to