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 2F51D13997D for ; Sun, 10 Nov 2019 10:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA1F3E0BDF; Sun, 10 Nov 2019 10:30:41 +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 8DBE8E0BE0 for ; Sun, 10 Nov 2019 10:30:31 +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 B403834CB5F for ; Sat, 9 Nov 2019 14:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379F0892 for ; Sat, 9 Nov 2019 14:29:14 +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: <1573309748.dd4ffa5b065712fa357424aaaeeb8f7491c2da20.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/checkpassword/checkpassword-0.90-r4.ebuild X-VCS-Directories: net-mail/checkpassword/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: dd4ffa5b065712fa357424aaaeeb8f7491c2da20 X-VCS-Branch: master Date: Sat, 9 Nov 2019 14:29:14 +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: 0ef85337-0ffa-4ff8-80ea-e882c8852c03 X-Archives-Hash: deddee1c50712b3aa7dc0da4448ca240 commit: dd4ffa5b065712fa357424aaaeeb8f7491c2da20 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Nov 9 14:23:09 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 9 14:29:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4ffa5b net-mail/checkpassword: stable 0.90-r4 for sparc, bug #699638 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> net-mail/checkpassword/checkpassword-0.90-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild index 1680029cd0a..e1691143b63 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" IUSE="static" RESTRICT="mirror bindist"