From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 958FF138334 for ; Mon, 23 Jul 2018 19:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57ECFE09B0; Mon, 23 Jul 2018 19:00:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DA7EE09A8 for ; Mon, 23 Jul 2018 19:00:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D9E7335D52 for ; Mon, 23 Jul 2018 19:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D94638B for ; Mon, 23 Jul 2018 19:00:30 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1532372214.adbd4c694356c4cebc666c4139b44b40245aeebf.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/chkrootkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/chkrootkit/chkrootkit-0.52.ebuild X-VCS-Directories: app-forensics/chkrootkit/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: adbd4c694356c4cebc666c4139b44b40245aeebf X-VCS-Branch: master Date: Mon, 23 Jul 2018 19:00:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4e43ca2-90a5-447e-a57a-969d8d057efb X-Archives-Hash: 40242b485fb1708ba099362f9c7bdbf1 commit: adbd4c694356c4cebc666c4139b44b40245aeebf Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Jul 23 18:56:54 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Jul 23 18:56:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbd4c69 app-forensics/chkrootkit: stable 0.52 for hppa, bug #660906 Bug: https://bugs.gentoo.org/660906 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa" app-forensics/chkrootkit/chkrootkit-0.52.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/chkrootkit/chkrootkit-0.52.ebuild b/app-forensics/chkrootkit/chkrootkit-0.52.ebuild index d8c57ba9e04..d9186961a82 100644 --- a/app-forensics/chkrootkit/chkrootkit-0.52.ebuild +++ b/app-forensics/chkrootkit/chkrootkit-0.52.ebuild @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz -> ${P}.tar LICENSE="BSD-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="+cron" RDEPEND="cron? ( virtual/cron )"