summaryrefslogtreecommitdiff
path: root/app-admin/sshguard/sshguard-99999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-09 15:30:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-09 15:30:17 +0100
commita2740fd9a512436fd84baef922a0a24c4b7417d9 (patch)
tree3975b2d00fa857c2419e0e8df564aeb50ffa3c40 /app-admin/sshguard/sshguard-99999.ebuild
parent6e9fa3a4a14685a33fc9182895e5529c293bae2e (diff)
gentoo auto-resync : 09:08:2023 - 15:30:17
Diffstat (limited to 'app-admin/sshguard/sshguard-99999.ebuild')
-rw-r--r--app-admin/sshguard/sshguard-99999.ebuild6
1 files 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"