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 66E2C13835A for ; Sat, 1 May 2021 18:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF4A5E0D33; Sat, 1 May 2021 18:19:54 +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 A574DE0D33 for ; Sat, 1 May 2021 18:19:54 +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 9144C340AE2 for ; Sat, 1 May 2021 18:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 330CF72E for ; Sat, 1 May 2021 18:19:52 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1619893184.d0ee9b6e5577822843493516f20d311642984b0c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ssldump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ssldump/ssldump-1.3-r2.ebuild X-VCS-Directories: net-analyzer/ssldump/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d0ee9b6e5577822843493516f20d311642984b0c X-VCS-Branch: master Date: Sat, 1 May 2021 18:19:52 +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: 6bfe7b2e-2fdc-438b-87c8-77c68afe3a16 X-Archives-Hash: 024ea73cfc36fc945b394af4345fff1f commit: d0ee9b6e5577822843493516f20d311642984b0c Author: Agostino Sarubbo gentoo org> AuthorDate: Sat May 1 18:16:53 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat May 1 18:19:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ee9b6e net-analyzer/ssldump: amd64 stable wrt bug #776556 Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-analyzer/ssldump/ssldump-1.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/ssldump/ssldump-1.3-r2.ebuild b/net-analyzer/ssldump/ssldump-1.3-r2.ebuild index d64768e844a..6c23fdbbeb1 100644 --- a/net-analyzer/ssldump/ssldump-1.3-r2.ebuild +++ b/net-analyzer/ssldump/ssldump-1.3-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/adulau/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="openssl" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=" dev-libs/json-c:=