From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1279221-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 679EE1382C5
	for <garchives@archives.gentoo.org>; Thu,  6 May 2021 23:26:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 56B74E0809;
	Thu,  6 May 2021 23:26:46 +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 3A8E3E0809
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 23:26:46 +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 E4724340D9B
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 23:26:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F40C45C4
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 23:26:42 +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: <1620343576.fe7a9e88d45b4faa1d05559f4434c3714d4c0662.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-mail/cyrus-imapd/metadata.xml
X-VCS-Directories: net-mail/cyrus-imapd/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: fe7a9e88d45b4faa1d05559f4434c3714d4c0662
X-VCS-Branch: master
Date: Thu,  6 May 2021 23:26:42 +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: 16f92694-1f3a-4e55-a22d-87a376831de5
X-Archives-Hash: d5d56660fb30993e707da66d721c8299

commit:     fe7a9e88d45b4faa1d05559f4434c3714d4c0662
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 22:45:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  6 23:26:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7a9e88

net-mail/cyrus-imapd: add github remote-id

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

 net-mail/cyrus-imapd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-mail/cyrus-imapd/metadata.xml b/net-mail/cyrus-imapd/metadata.xml
index c0215ef6fa4..b48ec92db7c 100644
--- a/net-mail/cyrus-imapd/metadata.xml
+++ b/net-mail/cyrus-imapd/metadata.xml
@@ -12,4 +12,7 @@
     <flag name="xapian">Enable Xapian search engine support</flag>
     <flag name="lmdb">Enable support for using <pkg>dev-db/lmdb</pkg></flag>
   </use>
+  <upstream>
+    <remote-id type="github">cyrusimap/cyrus-imapd</remote-id>
+  </upstream>
 </pkgmetadata>