From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1423000-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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E6373158094
	for <garchives@archives.gentoo.org>; Fri, 29 Jul 2022 08:04:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8D86BE0DD4;
	Fri, 29 Jul 2022 08:04:49 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 529BDE0DCA
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 08:04:49 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6400D34120E
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 08:04:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0249E556
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 08:04:47 +0000 (UTC)
From: "Matthew Smith" <matthew@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, "Matthew Smith" <matthew@gentoo.org>
Message-ID: <1659081865.f9cba0a9a044832be4e89593f1c5f1f70f39f908.matthew@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-pda/usbmuxd/metadata.xml
X-VCS-Directories: app-pda/usbmuxd/
X-VCS-Committer: matthew
X-VCS-Committer-Name: Matthew Smith
X-VCS-Revision: f9cba0a9a044832be4e89593f1c5f1f70f39f908
X-VCS-Branch: master
Date: Fri, 29 Jul 2022 08:04:47 +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: aea885a4-4cf2-463e-949d-f2a37a9a9449
X-Archives-Hash: 46affdb5b8830cf9cb92a68768f73704

commit:     f9cba0a9a044832be4e89593f1c5f1f70f39f908
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 07:59:33 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 08:04:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cba0a9

app-pda/usbmuxd: add github remote-id

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-pda/usbmuxd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-pda/usbmuxd/metadata.xml b/app-pda/usbmuxd/metadata.xml
index 85e4ed814fa2..25c0004e30e0 100644
--- a/app-pda/usbmuxd/metadata.xml
+++ b/app-pda/usbmuxd/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <!-- maintainer-needed -->
+<upstream>
+	<remote-id type="github">libimobiledevice/usbmuxd</remote-id>
+</upstream>
 </pkgmetadata>