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 70E9D138359 for ; Sat, 9 May 2020 19:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C700E085A; Sat, 9 May 2020 19:43:06 +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 22AC0E085A for ; Sat, 9 May 2020 19:43:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9A5D34F124 for ; Sat, 9 May 2020 19:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38EC0232 for ; Sat, 9 May 2020 19:43:02 +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: <1589053372.13f9f6af252372073dc962707a01d2e4f89f7475.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild X-VCS-Directories: app-forensics/sleuthkit/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 13f9f6af252372073dc962707a01d2e4f89f7475 X-VCS-Branch: master Date: Sat, 9 May 2020 19:43:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8322e7d5-fef0-4542-b012-9d606741d6c4 X-Archives-Hash: cdbf3fbd76f748bb30cf344b8a2c3963 commit: 13f9f6af252372073dc962707a01d2e4f89f7475 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat May 9 14:34:16 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 9 19:42:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f9f6af app-forensics/sleuthkit: stable 4.9.0 for hppa, bug #721154 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild b/app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild index d3358145520..12d63a2f552 100644 --- a/app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild @@ -37,7 +37,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz LICENSE="BSD CPL-1.0 GPL-2+ IBM java? ( Apache-2.0 )" SLOT="0/13" # subslot = major soname version -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 hppa ~ppc ~x86" IUSE="aff doc ewf java postgres static-libs test +threads zlib" RESTRICT="!test? ( test )"