diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 22:54:16 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 22:54:16 -0400 |
commit | 614d942891fb27466aa0905b181757dbace61790 (patch) | |
tree | bfd61ae1242a28d1f2f994b1f946639e010767e4 /sys-apps/logwatch/logwatch-9999.ebuild | |
parent | dev-perl/Date-Calc: keyword ~arm64 (diff) | |
download | gentoo-614d942891fb27466aa0905b181757dbace61790.tar.gz gentoo-614d942891fb27466aa0905b181757dbace61790.tar.bz2 gentoo-614d942891fb27466aa0905b181757dbace61790.zip |
sys-apps/logwatch: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-apps/logwatch/logwatch-9999.ebuild')
-rw-r--r-- | sys-apps/logwatch/logwatch-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/logwatch/logwatch-9999.ebuild b/sys-apps/logwatch/logwatch-9999.ebuild index 93f1e8caf378..971e5d621f38 100644 --- a/sys-apps/logwatch/logwatch-9999.ebuild +++ b/sys-apps/logwatch/logwatch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://sourceforge/${PN}/${P}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" fi DESCRIPTION="Analyzes and Reports on system logs" |