From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1489215-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 3B61615800F
	for <garchives@archives.gentoo.org>; Wed, 22 Feb 2023 19:56:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 39963E076B;
	Wed, 22 Feb 2023 19:56:20 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1B14FE076B
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Feb 2023 19:56:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id EF42234095A
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Feb 2023 19:56:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 418438BB
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Feb 2023 19:56:17 +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: <1677095741.a165948b22150bd43d97369d48d0a3c6d4206c47.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-nds/yp-tools/metadata.xml
X-VCS-Directories: net-nds/yp-tools/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a165948b22150bd43d97369d48d0a3c6d4206c47
X-VCS-Branch: master
Date: Wed, 22 Feb 2023 19:56:17 +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: 0c217f0d-ad09-47c7-b4f7-94f9c1c1ee22
X-Archives-Hash: 644e288630e89176195d73bbdd40319d

commit:     a165948b22150bd43d97369d48d0a3c6d4206c47
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:47:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a165948b

net-nds/yp-tools: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nds/yp-tools/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-nds/yp-tools/metadata.xml b/net-nds/yp-tools/metadata.xml
index 115e9d64a669..cc1fd5240346 100644
--- a/net-nds/yp-tools/metadata.xml
+++ b/net-nds/yp-tools/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">thkukuk/yp-tools</remote-id>
+	</upstream>
 </pkgmetadata>