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 572331382C5 for ; Wed, 17 Mar 2021 02:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A36D1E085B; Wed, 17 Mar 2021 02:16:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 72FF5E0857 for ; Wed, 17 Mar 2021 02:16:08 +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 0F69A340CDE for ; Wed, 17 Mar 2021 02:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9392E612 for ; Wed, 17 Mar 2021 02:16:04 +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: <1615947352.a3d0235b6ab81f636202efdfcc45de44e7935b7f.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: a3d0235b6ab81f636202efdfcc45de44e7935b7f X-VCS-Branch: master Date: Wed, 17 Mar 2021 02:16:04 +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: bf488097-f39c-475c-bfc7-72619e6d8158 X-Archives-Hash: 7359d8b71e8d1ba354b1341f1d1ef054 commit: a3d0235b6ab81f636202efdfcc45de44e7935b7f Author: Sam James gentoo org> AuthorDate: Wed Mar 17 02:15:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 17 02:15:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d0235b app-crypt/monkeysphere: Stabilize 0.44 amd64, #776739 Signed-off-by: Sam James gentoo.org> app-crypt/monkeysphere/monkeysphere-0.44.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/monkeysphere/monkeysphere-0.44.ebuild b/app-crypt/monkeysphere/monkeysphere-0.44.ebuild index 63b1bd885e7..a57bfd0de98 100644 --- a/app-crypt/monkeysphere/monkeysphere-0.44.ebuild +++ b/app-crypt/monkeysphere/monkeysphere-0.44.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )