diff options
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.54.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/chkrootkit/chkrootkit-0.54.ebuild b/app-forensics/chkrootkit/chkrootkit-0.54.ebuild index 363908d719bd..7348ce36dc0f 100644 --- a/app-forensics/chkrootkit/chkrootkit-0.54.ebuild +++ b/app-forensics/chkrootkit/chkrootkit-0.54.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86" IUSE="+cron" RDEPEND="cron? ( virtual/cron )" |