From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1447126-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 E7E17158020
	for <garchives@archives.gentoo.org>; Sat, 15 Oct 2022 03:11:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B1657E0938;
	Sat, 15 Oct 2022 03:11:19 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 9CA3EE0942
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Oct 2022 03:11:19 +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 0904434134B
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Oct 2022 03:11:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 33D4D613
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Oct 2022 03:11:16 +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: <1665803303.9a2309bcd4bcf02c6f4e571e288ac17fb769047a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libaio/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libaio/metadata.xml
X-VCS-Directories: dev-libs/libaio/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 9a2309bcd4bcf02c6f4e571e288ac17fb769047a
X-VCS-Branch: master
Date: Sat, 15 Oct 2022 03:11:16 +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: 99371f79-287b-4369-94f7-88de8c261adc
X-Archives-Hash: dffbb695caaa1ded80bc202f1d1d25e2

commit:     9a2309bcd4bcf02c6f4e571e288ac17fb769047a
Author:     kochera <kochera <AT> google <DOT> com>
AuthorDate: Fri Oct 14 08:17:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 03:08:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2309bc

dev-libs/libaio: Add cpe_uri for libaio package.

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

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

diff --git a/dev-libs/libaio/metadata.xml b/dev-libs/libaio/metadata.xml
index 8035a4003e48..9a4bc45597b3 100644
--- a/dev-libs/libaio/metadata.xml
+++ b/dev-libs/libaio/metadata.xml
@@ -5,6 +5,9 @@
 		<email>base-system@gentoo.org</email>
 		<name>Gentoo Base System</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="cpe">cpe:/a:libaio_project:libaio</remote-id>
+	</upstream>
 	<longdescription>
 		Library to provide user-level kernel Asynchronous I/O (AIO)
 		support for Linux (needs kernel patches as of 2.6.12)