From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1516210-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 643CC15ACFD
	for <garchives@archives.gentoo.org>; Sat,  6 May 2023 11:34:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2F76CE081E;
	Sat,  6 May 2023 11:34:30 +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 0DCB3E081A
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 May 2023 11:34:30 +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 1B04934124E
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 May 2023 11:34:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DBF4A63
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 May 2023 11:34:27 +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: <1683372830.57b888d82c2423d1d8758ed447c60a41c4c6b0cf.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/unixODBC/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-db/unixODBC/metadata.xml
X-VCS-Directories: dev-db/unixODBC/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 57b888d82c2423d1d8758ed447c60a41c4c6b0cf
X-VCS-Branch: master
Date: Sat,  6 May 2023 11:34:27 +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: 2d851e41-f7b9-47a1-a88f-b8d1c1b170f3
X-Archives-Hash: dece152a5b86d8183df8c603941d96fb

commit:     57b888d82c2423d1d8758ed447c60a41c4c6b0cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 10:47:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  6 11:33:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b888d8

dev-db/unixODBC: add github upstream metadata

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

 dev-db/unixODBC/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-db/unixODBC/metadata.xml b/dev-db/unixODBC/metadata.xml
index 7b5139cb9fd6..106e5cc79ace 100644
--- a/dev-db/unixODBC/metadata.xml
+++ b/dev-db/unixODBC/metadata.xml
@@ -6,4 +6,7 @@
     <flag name="minimal">Disable bundled drivers and extra libraries (most users don't need these)</flag>
     <flag name="odbcmanual">Administrator, Internal Structure, Programmer and User documentation</flag>
   </use>
+  <upstream>
+    <remote-id type="github">lurcher/unixODBC</remote-id>
+  </upstream>
 </pkgmetadata>