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 5F9A71382C5 for ; Wed, 17 Mar 2021 02:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B343EE086F; Wed, 17 Mar 2021 02:19:27 +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 9CF94E086F for ; Wed, 17 Mar 2021 02:19:27 +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 C0975340F3E for ; Wed, 17 Mar 2021 02:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80130630 for ; Wed, 17 Mar 2021 02:19:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615947552.0de9b58e9bfe40d35de92b8f2b84919e2f7c7d52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysphere/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/monkeysphere/monkeysphere-0.44.ebuild X-VCS-Directories: app-crypt/monkeysphere/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0de9b58e9bfe40d35de92b8f2b84919e2f7c7d52 X-VCS-Branch: master Date: Wed, 17 Mar 2021 02:19:24 +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: 9daaa1d7-d257-4f3e-812f-01430c4648a5 X-Archives-Hash: d761513b54a818bb866d21c2fdc8ee47 commit: 0de9b58e9bfe40d35de92b8f2b84919e2f7c7d52 Author: Sam James gentoo org> AuthorDate: Wed Mar 17 02:19:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 17 02:19:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de9b58e app-crypt/monkeysphere: Stabilize 0.44 x86, #776739 Signed-off-by: Sam James gentoo.org> app-crypt/monkeysphere/monkeysphere-0.44.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/monkeysphere/monkeysphere-0.44.ebuild b/app-crypt/monkeysphere/monkeysphere-0.44.ebuild index a57bfd0de98..c22ae2b8f88 100644 --- a/app-crypt/monkeysphere/monkeysphere-0.44.ebuild +++ b/app-crypt/monkeysphere/monkeysphere-0.44.ebuild @@ -12,7 +12,7 @@ IUSE="" SRC_URI=" mirror://debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" DOCS=( README Changelog )