From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1279224-garchives=archives.gentoo.org@lists.gentoo.org>
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 17A751382C5
	for <garchives@archives.gentoo.org>; Thu,  6 May 2021 23:26:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 63820E0817;
	Thu,  6 May 2021 23:26:47 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 4EC35E0817
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 23:26:47 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 70356340D2F
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 23:26:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 75CB2750
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 23:26:43 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1620343581.3a7fc6ea02a1e795229a23f131b3b4c44bd0e523.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/cyrus-sasl/metadata.xml
X-VCS-Directories: dev-libs/cyrus-sasl/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 3a7fc6ea02a1e795229a23f131b3b4c44bd0e523
X-VCS-Branch: master
Date: Thu,  6 May 2021 23:26:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 00f8c5aa-72bc-4a15-a330-2363aeb46275
X-Archives-Hash: 0c1c23625813f21ce06ea1cb130277ba

commit:     3a7fc6ea02a1e795229a23f131b3b4c44bd0e523
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 22:45:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  6 23:26:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7fc6ea

dev-libs/cyrus-sasl: add github remote-id

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/cyrus-sasl/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/cyrus-sasl/metadata.xml b/dev-libs/cyrus-sasl/metadata.xml
index bcabb66dbd7..5ddfae643a4 100644
--- a/dev-libs/cyrus-sasl/metadata.xml
+++ b/dev-libs/cyrus-sasl/metadata.xml
@@ -12,4 +12,7 @@
   <flag name="srp">Enable SRP authentication</flag>
   <flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
 </use>
+<upstream>
+  <remote-id type="github">cyrusimap/cyrus-imapd</remote-id>
+</upstream>
 </pkgmetadata>