From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1447986-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 65FA4158020
	for <garchives@archives.gentoo.org>; Tue, 18 Oct 2022 01:08:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A7CF8E093E;
	Tue, 18 Oct 2022 01:08:07 +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 8E8E8E093E
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Oct 2022 01:08:07 +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 AF0B23411B2
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Oct 2022 01:08:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 74538625
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Oct 2022 01:08:02 +0000 (UTC)
From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1666054607.b3c5c7ad968dc3a748605ceb4a1ee1e5fd2f6775.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/pixman/metadata.xml
X-VCS-Directories: x11-libs/pixman/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: b3c5c7ad968dc3a748605ceb4a1ee1e5fd2f6775
X-VCS-Branch: master
Date: Tue, 18 Oct 2022 01:08:02 +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: 5f733aeb-4588-4401-ba2f-45c653d42c41
X-Archives-Hash: 5d6a54fe158efe617af91f7ed898c566

commit:     b3c5c7ad968dc3a748605ceb4a1ee1e5fd2f6775
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 00:52:28 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 00:56:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c5c7ad

x11-libs/pixman: Set remote-id

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/pixman/metadata.xml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/x11-libs/pixman/metadata.xml b/x11-libs/pixman/metadata.xml
index b6b501a3b833..9eeb5bbef528 100644
--- a/x11-libs/pixman/metadata.xml
+++ b/x11-libs/pixman/metadata.xml
@@ -1,14 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>x11@gentoo.org</email>
-	<name>X11</name>
-</maintainer>
-<use>
-	<flag name="loongson2f">Enable Loongson2f MMI optimizations.</flag>
-</use>
-<upstream>
-	<remote-id type="cpe">cpe:/a:pixman:pixman</remote-id>
-</upstream>
+  <maintainer type="project">
+    <email>x11@gentoo.org</email>
+    <name>X11</name>
+  </maintainer>
+  <use>
+    <flag name="loongson2f">Enable Loongson2f MMI optimizations.</flag>
+  </use>
+  <upstream>
+    <remote-id type="cpe">cpe:/a:pixman:pixman</remote-id>
+    <remote-id type="freedesktop-gitlab">pixman/pixman</remote-id>
+  </upstream>
 </pkgmetadata>