From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1058179-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 EA2B0138334
	for <garchives@archives.gentoo.org>; Wed, 21 Nov 2018 10:42:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D1A38E0891;
	Wed, 21 Nov 2018 10:42:07 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 A30CAE0891
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Nov 2018 10:42:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 AA50A335C7D
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Nov 2018 10:42:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E7C9B466
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Nov 2018 10:42:03 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1542796920.05ef4eb86572418ad8a822252a9359e560371cbe.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libuv/metadata.xml
X-VCS-Directories: dev-libs/libuv/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 05ef4eb86572418ad8a822252a9359e560371cbe
X-VCS-Branch: master
Date: Wed, 21 Nov 2018 10:42:03 +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: 1b3affa6-7006-483e-bd5f-7c3fd6977abb
X-Archives-Hash: c70efdc4f64c075e6e2fac4393593d0e

commit:     05ef4eb86572418ad8a822252a9359e560371cbe
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 10:41:21 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 10:42:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ef4eb8

dev-libs/libuv: Maintain

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

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

diff --git a/dev-libs/libuv/metadata.xml b/dev-libs/libuv/metadata.xml
index f90a6ed59a8..6842acbec12 100644
--- a/dev-libs/libuv/metadata.xml
+++ b/dev-libs/libuv/metadata.xml
@@ -5,6 +5,9 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>jer@gentoo.org</email>
+	</maintainer>
 	<longdescription lang="en">
 		libuv is a platform layer for node.js. Its purpose is to abstract
 		IOCP on Windows and epoll/kqueue/event ports/etc. on Unix systems.