From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1049788-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 78AA6138334
	for <garchives@archives.gentoo.org>; Mon,  1 Oct 2018 21:03:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 812E4E0A96;
	Mon,  1 Oct 2018 21:03:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5E876E0A96
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Oct 2018 21:03:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0699F33BEC0
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Oct 2018 21:03:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F37643BD
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Oct 2018 21:03:20 +0000 (UTC)
From: "Luca Barbato" <lu_zero@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, "Luca Barbato" <lu_zero@gentoo.org>
Message-ID: <1538427775.ecc1e13aaadcea1bb7a05a950ccf4839bbd353ea.lu_zero@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/dav1d/metadata.xml
X-VCS-Directories: media-libs/dav1d/
X-VCS-Committer: lu_zero
X-VCS-Committer-Name: Luca Barbato
X-VCS-Revision: ecc1e13aaadcea1bb7a05a950ccf4839bbd353ea
X-VCS-Branch: master
Date: Mon,  1 Oct 2018 21:03:20 +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-Archives-Salt: 22c0e1a5-e9ae-4b95-a4e3-de87654bb523
X-Archives-Hash: 7b87b2ea91b3bd0dcf284607984fe7d8

commit:     ecc1e13aaadcea1bb7a05a950ccf4839bbd353ea
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  1 18:51:08 2018 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 21:02:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc1e13a

media-libs/dav1d: Adding the maintainer

Package-Manager: Portage-2.3.48, Repoman-2.3.10
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>

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

diff --git a/media-libs/dav1d/metadata.xml b/media-libs/dav1d/metadata.xml
index 726e757f4b0..cc874c545db 100644
--- a/media-libs/dav1d/metadata.xml
+++ b/media-libs/dav1d/metadata.xml
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="project">
+		<email>lu_zero@gentoo.org</email>
+	</maintainer>
 	<use>
 		<flag name="8bit">Add support for decoding 8-bit AV1.</flag>
 		<flag name="10bit">Add support for building 10-bit AV1.</flag>