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 179A51382C5 for ; Fri, 6 Apr 2018 00:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CE5FE0980; Fri, 6 Apr 2018 00:42:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 177F8E0980 for ; Fri, 6 Apr 2018 00:42:29 +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 73A05335C7B for ; Fri, 6 Apr 2018 00:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B11F27C for ; Fri, 6 Apr 2018 00:42:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522975253.1de1325420afd0c6e0b210a4f309b4321b351139.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SmbHash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild X-VCS-Directories: dev-perl/Crypt-SmbHash/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1de1325420afd0c6e0b210a4f309b4321b351139 X-VCS-Branch: master Date: Fri, 6 Apr 2018 00:42:26 +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: 49aba4a3-daf9-4b71-ae52-17c3277b9647 X-Archives-Hash: eb742cea7f23355107cef79549d13a14 commit: 1de1325420afd0c6e0b210a4f309b4321b351139 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:33:40 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de13254 dev-perl/Crypt-SmbHash: amd64 stable Bug: https://bugs.gentoo.org/652620 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild index 225d0a59361..c02d1185012 100644 --- a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild +++ b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="LM/NT hashing, for Samba's smbpasswd entries" LICENSE="GPL-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="" RDEPEND="dev-perl/Digest-MD4"