From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1422711-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 6B1FD158095
	for <garchives@archives.gentoo.org>; Thu, 28 Jul 2022 13:31:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 52B19E0F15;
	Thu, 28 Jul 2022 13:31:54 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 31B74E0F15
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jul 2022 13:31:54 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 756003410FF
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jul 2022 13:31:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C46D055A
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jul 2022 13:31:50 +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: <1659015099.27501a42f6c9448fcbedf8cba742e02cedc62f3f.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-servers/apache/metadata.xml
X-VCS-Directories: www-servers/apache/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 27501a42f6c9448fcbedf8cba742e02cedc62f3f
X-VCS-Branch: master
Date: Thu, 28 Jul 2022 13:31:50 +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: e661b870-b31e-45f2-a993-0c66cc5e9025
X-Archives-Hash: 5a73fba6ef8a80868afc8b01d0841fcb

commit:     27501a42f6c9448fcbedf8cba742e02cedc62f3f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 13:25:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 13:31:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27501a42

www-servers/apache: add github upstream metadata

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

 www-servers/apache/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www-servers/apache/metadata.xml b/www-servers/apache/metadata.xml
index 86f8f8dfd149..2c4608079fac 100644
--- a/www-servers/apache/metadata.xml
+++ b/www-servers/apache/metadata.xml
@@ -17,4 +17,7 @@
 		<flag name="suexec-syslog">Log suexec to syslog instead of to a separate file</flag>
 		<flag name="static">Link in apache2 modules statically rather then plugins</flag>
 	</use>
+	<upstream>
+		<remote-id type="github">apache/httpd</remote-id>
+	</upstream>
 </pkgmetadata>