From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1450918-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 7B3B8158020
	for <garchives@archives.gentoo.org>; Fri, 28 Oct 2022 20:58:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AA545E092F;
	Fri, 28 Oct 2022 20:58:40 +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 8E515E092F
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Oct 2022 20:58:40 +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 A056D34121F
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Oct 2022 20:58:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C07262E
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Oct 2022 20:58:38 +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: <1666990684.70629222ebaf6efaf11a61dbd1dbb84dacedb48a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pygments/metadata.xml
X-VCS-Directories: dev-python/pygments/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 70629222ebaf6efaf11a61dbd1dbb84dacedb48a
X-VCS-Branch: master
Date: Fri, 28 Oct 2022 20:58:38 +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: 48b0a863-f62e-46cd-9fb2-b4d84bc2b922
X-Archives-Hash: cfec0023f3b098619cf29761db8299c8

commit:     70629222ebaf6efaf11a61dbd1dbb84dacedb48a
Author:     kochera <kochera <AT> google <DOT> com>
AuthorDate: Fri Oct 28 19:48:24 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:58:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70629222

dev-python/pygments: Add cpe_uri for pygments package.

Signed-off-by: Michael Kochera <kochera <AT> google.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pygments/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pygments/metadata.xml b/dev-python/pygments/metadata.xml
index a8185a9df5bc..9f522cdfbec5 100644
--- a/dev-python/pygments/metadata.xml
+++ b/dev-python/pygments/metadata.xml
@@ -8,6 +8,7 @@
 	<longdescription>Pygments is a syntax highlighting package written in Python. Pygments can output to html, bbcode, latex, rtf and other formats.</longdescription>
 	<stabilize-allarches/>
 	<upstream>
+		<remote-id type="cpe">cpe:/a:pygments:pygments</remote-id>
 		<remote-id type="pypi">Pygments</remote-id>
 		<remote-id type="github">pygments/pygments</remote-id>
 	</upstream>